mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 17:17:56 -05:00
second commit lion review
This commit is contained in:
@ -14,6 +14,11 @@
|
||||
namespace InputCommon {
|
||||
constexpr int touch_axis_x = 10;
|
||||
constexpr int touch_axis_y = 11;
|
||||
constexpr PadIdentifier identifier = {
|
||||
.guid = Common::UUID{Common::INVALID_UUID},
|
||||
.port = 0,
|
||||
.pad = 0,
|
||||
};
|
||||
|
||||
Mouse::Mouse(const std::string input_engine_) : InputEngine(input_engine_) {
|
||||
PreSetController(identifier);
|
||||
|
Reference in New Issue
Block a user