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 73fc47ffb..9495e3daf 100644 --- a/src/core/frontend/input_interpreter.h +++ b/src/core/frontend/input_interpreter.h | |||
| @@ -66,6 +66,9 @@ public: | |||
| 66 | /// Gets a button state from HID and inserts it into the array of button states. | 66 | /// Gets a button state from HID and inserts it into the array of button states. |
| 67 | void PollInput(); | 67 | void PollInput(); |
| 68 | 68 | ||
| 69 | /// Resets all the button states to their defaults. | ||
| 70 | void ResetButtonStates(); | ||
| 71 | |||
| 69 | /** | 72 | /** |
| 70 | * Checks whether the button is pressed. | 73 | * Checks whether the button is pressed. |
| 71 | * | 74 | * |