diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-10-20 23:18:04 -0500 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:25 -0600 |
| commit | 85052b8662d9512077780f717fb2e168390ed705 (patch) | |
| tree | 0d966f3f0fdcb7dbe85fe6e2ca83cf25c492ae4c /src/core/hid/emulated_console.h | |
| parent | af55dd193533be577d0a3d01f93a4a3a2c27cd5d (diff) | |
service/hid: Fix gesture input
Diffstat (limited to 'src/core/hid/emulated_console.h')
| -rw-r--r-- | src/core/hid/emulated_console.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hid/emulated_console.h b/src/core/hid/emulated_console.h index 7d6cf9506..c48d25794 100644 --- a/src/core/hid/emulated_console.h +++ b/src/core/hid/emulated_console.h @@ -144,6 +144,9 @@ public: void DeleteCallback(int key); private: + /// Creates and stores the touch params + void SetTouchParams(); + /** * Updates the motion status of the console * @param A CallbackStatus containing gyro and accelerometer data |
