mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +00:00
Update x11_input.c
This commit is contained in:
parent
094ae69b09
commit
71fbd8bdae
@ -39,7 +39,7 @@ typedef struct x11_input
|
|||||||
|
|
||||||
int mouse_x, mouse_y;
|
int mouse_x, mouse_y;
|
||||||
int mouse_last_x, mouse_last_y;
|
int mouse_last_x, mouse_last_y;
|
||||||
uint8_t state[32];
|
char state[32];
|
||||||
bool mouse_l, mouse_r, mouse_m;
|
bool mouse_l, mouse_r, mouse_m;
|
||||||
bool grab_mouse;
|
bool grab_mouse;
|
||||||
} x11_input_t;
|
} x11_input_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user