mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 23:20:26 +09:00
Fix some mice and controllers being grabbed when they shouldn't
This commit is contained in:
@@ -39,6 +39,8 @@ typedef enum {
|
||||
typedef struct {
|
||||
int dev_input_id;
|
||||
bool grabbed;
|
||||
bool is_non_keyboard_device;
|
||||
bool is_possibly_non_keyboard_device;
|
||||
unsigned char *key_states;
|
||||
unsigned char *key_presses_grabbed;
|
||||
int num_keys_pressed;
|
||||
|
||||
Reference in New Issue
Block a user