mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-27 22:46:30 -05:00
core/hid: Improve accuracy of the keyboard implementation
This commit is contained in:
@@ -28,6 +28,13 @@ public:
|
||||
*/
|
||||
void ReleaseKey(int key_code);
|
||||
|
||||
/**
|
||||
* Sets the status of all keyboard modifier keys
|
||||
* @param key_modifiers the code of the key to release
|
||||
*/
|
||||
void SetModifiers(int key_modifiers);
|
||||
|
||||
/// Sets all keys to the non pressed state
|
||||
void ReleaseAllKeys();
|
||||
|
||||
/// Used for automapping features
|
||||
|
Reference in New Issue
Block a user