mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
This commit is contained in:
parent
3241ff028c
commit
921f9baf58
5 changed files with 39 additions and 30 deletions
|
@ -99,6 +99,8 @@ private:
|
|||
void UpdateStickInput();
|
||||
void UpdateMotionInput();
|
||||
|
||||
bool IsMousePanningEnabled();
|
||||
|
||||
Common::Input::ButtonNames GetUIButtonName(const Common::ParamPackage& params) const;
|
||||
|
||||
Common::Vec2<int> mouse_origin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue