summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/input_interpreter.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-03-20 12:55:59 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-15 07:53:17 +0200
commitaa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e (patch)
treed81c7856c62646ed24a29360ad183731369592b9 /src/core/frontend/input_interpreter.h
parentqt_themes: Add styles for the On-Screen Keyboard and OverlayDialog (diff)
downloadyuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.tar
yuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.tar.gz
yuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.tar.bz2
yuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.tar.lz
yuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.tar.xz
yuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.tar.zst
yuzu-aa3adf6c3fc20171abcbd2678ed7ad6b3bd21a8e.zip
Diffstat (limited to '')
-rw-r--r--src/core/frontend/input_interpreter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/frontend/input_interpreter.h b/src/core/frontend/input_interpreter.h
index 73fc47ffb..9495e3daf 100644
--- a/src/core/frontend/input_interpreter.h
+++ b/src/core/frontend/input_interpreter.h
@@ -66,6 +66,9 @@ public:
/// Gets a button state from HID and inserts it into the array of button states.
void PollInput();
+ /// Resets all the button states to their defaults.
+ void ResetButtonStates();
+
/**
* Checks whether the button is pressed.
*