diff options
| author | 2021-04-16 23:03:23 -0700 | |
|---|---|---|
| committer | 2021-04-16 23:03:23 -0700 | |
| commit | d5c1f3929c3348691bda405dd2a4248773d02f2d (patch) | |
| tree | 271ec5aceff2eab8214a06db0f33b0afac217f86 /src/core/frontend/input_interpreter.h | |
| parent | Merge pull request #6201 from bunnei/remove-bintray (diff) | |
| parent | applets/swkbd: Implement the Qt Software Keyboard frontend (diff) | |
| download | yuzu-d5c1f3929c3348691bda405dd2a4248773d02f2d.tar.gz yuzu-d5c1f3929c3348691bda405dd2a4248773d02f2d.tar.xz yuzu-d5c1f3929c3348691bda405dd2a4248773d02f2d.zip | |
Merge pull request #6133 from Morph1984/project-eleuthia
Project Eleuthia - On-Screen Keyboard and Error Applet Overlays
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 | * |