mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-24 18:42:59 +09:00
Support f16-f24 keys, fix keyboard grab remaining grabbed for hotkeys when not using modifier and changing hotkeys
This commit is contained in:
@@ -40,6 +40,7 @@ typedef struct {
|
||||
int dev_input_id;
|
||||
bool grabbed;
|
||||
unsigned char *key_states;
|
||||
unsigned char *key_presses_grabbed;
|
||||
int num_keys_pressed;
|
||||
} event_extra_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user