mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 20:27:52 -05:00
service/hid: Fix gesture input
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user