mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Add more to menu_ctx_iterate_t
This commit is contained in:
parent
ac3cb48302
commit
faee785aaa
@ -378,6 +378,29 @@ typedef struct menu_ctx_displaylist
|
|||||||
typedef struct menu_ctx_iterate
|
typedef struct menu_ctx_iterate
|
||||||
{
|
{
|
||||||
enum menu_action action;
|
enum menu_action action;
|
||||||
|
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
int16_t x;
|
||||||
|
int16_t y;
|
||||||
|
bool touch;
|
||||||
|
} pointer;
|
||||||
|
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
int16_t x;
|
||||||
|
int16_t y;
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
bool left;
|
||||||
|
bool right;
|
||||||
|
} buttons;
|
||||||
|
struct
|
||||||
|
{
|
||||||
|
bool up;
|
||||||
|
bool down;
|
||||||
|
} wheel;
|
||||||
|
} mouse;
|
||||||
} menu_ctx_iterate_t;
|
} menu_ctx_iterate_t;
|
||||||
|
|
||||||
typedef struct menu_ctx_environment
|
typedef struct menu_ctx_environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user