diff options
Diffstat (limited to 'src/core/frontend/input_interpreter.h')
-rw-r--r-- | src/core/frontend/input_interpreter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/frontend/input_interpreter.h b/src/core/frontend/input_interpreter.h index 73fc47ffbf..9495e3daf0 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. * |