mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
core/hid: Improve accuracy of the keyboard implementation
This commit is contained in:
parent
41dbb2d3cb
commit
ebfe40dec8
13 changed files with 682 additions and 313 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue