mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Add driver.menu->mouse
This commit is contained in:
parent
a4065ae34d
commit
bec50883a1
@ -115,6 +115,13 @@ typedef struct
|
||||
struct gfx_shader *parameter_shader;
|
||||
|
||||
struct menu_bind_state binds;
|
||||
|
||||
struct
|
||||
{
|
||||
int16_t x;
|
||||
int16_t y;
|
||||
} mouse;
|
||||
|
||||
struct
|
||||
{
|
||||
const char **buffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user