yuzu: Ensure mouse panning can't be enabled with real mouse emulation

This commit is contained in:
german77
2023-06-30 18:39:55 -06:00
parent 3f407417c1
commit da8df6488d
5 changed files with 39 additions and 30 deletions

View File

@ -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;