Add driver.menu->mouse

This commit is contained in:
twinaphex 2014-10-25 22:42:19 +02:00
parent a4065ae34d
commit bec50883a1

View File

@ -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;