yuzu: Ensure mouse panning can't be enabled with real mouse emulation
This commit is contained in:
parent
3f407417c1
commit
da8df6488d
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