summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/mouse.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-07-01 02:39:55 +0200
committergerman77 <juangerman-13@hotmail.com>2023-07-01 02:59:39 +0200
commitda8df6488dbdd164a5b5d00a2e230e4d9550c533 (patch)
treeb555be0331977adbae1a0ef29607c0bd3858b0d7 /src/input_common/drivers/mouse.h
parentinput_common: Tune mouse controls (diff)
downloadyuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.tar
yuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.tar.gz
yuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.tar.bz2
yuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.tar.lz
yuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.tar.xz
yuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.tar.zst
yuzu-da8df6488dbdd164a5b5d00a2e230e4d9550c533.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/drivers/mouse.h2
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:
void UpdateStickInput();
void UpdateMotionInput();
+ bool IsMousePanningEnabled();
+
Common::Input::ButtonNames GetUIButtonName(const Common::ParamPackage& params) const;
Common::Vec2<int> mouse_origin;