RetroArch
|
#include <menu_driver.h>
Public Attributes | |
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 |
enum menu_action menu_ctx_iterate::action |
struct { ... } menu_ctx_iterate::buttons |
bool menu_ctx_iterate::down |
bool menu_ctx_iterate::left |
struct { ... } menu_ctx_iterate::mouse |
struct { ... } menu_ctx_iterate::pointer |
bool menu_ctx_iterate::right |
bool menu_ctx_iterate::touch |
bool menu_ctx_iterate::up |
struct { ... } menu_ctx_iterate::wheel |
int16_t menu_ctx_iterate::x |
int16_t menu_ctx_iterate::y |