summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-07-23 02:59:26 +0200
committergerman77 <juangerman-13@hotmail.com>2021-08-08 06:11:23 +0200
commit48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a (patch)
tree6cac4bd2f23cba7a8c2bcee29270893d60179752 /src/input_common/mouse
parentMerge pull request #6830 from ameerj/nvdec-unimpld-codec (diff)
downloadyuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.tar
yuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.tar.gz
yuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.tar.bz2
yuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.tar.lz
yuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.tar.xz
yuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.tar.zst
yuzu-48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a.zip
Diffstat (limited to 'src/input_common/mouse')
-rw-r--r--src/input_common/mouse/mouse_poller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/mouse/mouse_poller.cpp b/src/input_common/mouse/mouse_poller.cpp
index efcdd85d2..090b26972 100644
--- a/src/input_common/mouse/mouse_poller.cpp
+++ b/src/input_common/mouse/mouse_poller.cpp
@@ -57,6 +57,7 @@ Common::ParamPackage MouseButtonFactory::GetNextInput() const {
if (pad.button != MouseInput::MouseButton::Undefined) {
params.Set("engine", "mouse");
params.Set("button", static_cast<u16>(pad.button));
+ params.Set("toggle", false);
return params;
}
}