service/hid: Fix gesture input
This commit is contained in:
parent
af55dd1935
commit
85052b8662
8 changed files with 158 additions and 90 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue