diff options
| author | 2023-07-01 22:38:01 -0400 | |
|---|---|---|
| committer | 2023-07-01 22:38:01 -0400 | |
| commit | 595d55d485f6b86afc6412b6856b149a1b2c142c (patch) | |
| tree | 1c5feba0a21500d84d4047d2ac4a91becd0e06fb /src/input_common/drivers/mouse.h | |
| parent | Update translations (2023-07-01) (#10972) (diff) | |
| parent | yuzu: Ensure mouse panning can't be enabled with real mouse emulation (diff) | |
| download | yuzu-595d55d485f6b86afc6412b6856b149a1b2c142c.tar.gz yuzu-595d55d485f6b86afc6412b6856b149a1b2c142c.tar.xz yuzu-595d55d485f6b86afc6412b6856b149a1b2c142c.zip | |
Merge pull request #10950 from german77/mouse_tune
input_common: Tune mouse controls
Diffstat (limited to 'src/input_common/drivers/mouse.h')
| -rw-r--r-- | src/input_common/drivers/mouse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/drivers/mouse.h b/src/input_common/drivers/mouse.h index 0e8edcce1..2b93a40b9 100644 --- a/src/input_common/drivers/mouse.h +++ b/src/input_common/drivers/mouse.h | |||
| @@ -99,6 +99,8 @@ private: | |||
| 99 | void UpdateStickInput(); | 99 | void UpdateStickInput(); |
| 100 | void UpdateMotionInput(); | 100 | void UpdateMotionInput(); |
| 101 | 101 | ||
| 102 | bool IsMousePanningEnabled(); | ||
| 103 | |||
| 102 | Common::Input::ButtonNames GetUIButtonName(const Common::ParamPackage& params) const; | 104 | Common::Input::ButtonNames GetUIButtonName(const Common::ParamPackage& params) const; |
| 103 | 105 | ||
| 104 | Common::Vec2<int> mouse_origin; | 106 | Common::Vec2<int> mouse_origin; |