mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Winraw input) Alignment changes
This commit is contained in:
parent
f7dd849156
commit
a41262f444
@ -38,10 +38,10 @@ typedef struct
|
||||
{
|
||||
double view_abs_ratio_x;
|
||||
double view_abs_ratio_y;
|
||||
winraw_keyboard_t keyboard;
|
||||
HWND window;
|
||||
winraw_mouse_t *mice;
|
||||
unsigned mouse_cnt;
|
||||
winraw_keyboard_t keyboard;
|
||||
bool mouse_xy_mapping_ready;
|
||||
bool mouse_grab;
|
||||
} winraw_input_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user