summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/mouse.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-01-17 01:03:11 +0100
committergerman77 <juangerman-13@hotmail.com>2022-01-17 03:37:34 +0100
commit9eab07f86370eb97eb6e87624163ae07fb055ac9 (patch)
tree1a6a123331324404cd64dd6622ac191a76e6bd4e /src/input_common/drivers/mouse.h
parentMerge pull request #7713 from gidoly/patch-3 (diff)
downloadyuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar
yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.gz
yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.bz2
yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.lz
yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.xz
yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.zst
yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.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 040446178..c5833b8ed 100644
--- a/src/input_common/drivers/mouse.h
+++ b/src/input_common/drivers/mouse.h
@@ -69,6 +69,8 @@ private:
void UpdateThread(std::stop_token stop_token);
void StopPanning();
+ Common::Input::ButtonNames GetUIButtonName(const Common::ParamPackage& params) const;
+
Common::Vec2<int> mouse_origin;
Common::Vec2<int> last_mouse_position;
Common::Vec2<float> last_mouse_change;