|
RetroArch
|
#include <menu_input.h>
Public Attributes | |
| struct { | |
| unsigned ptr | |
| } | mouse |
| struct { | |
| bool back | |
| bool pressed [2] | |
| int16_t x | |
| int16_t y | |
| int16_t dx | |
| int16_t dy | |
| unsigned ptr | |
| unsigned counter | |
| float accel | |
| } | pointer |
| float menu_input::accel |
| bool menu_input::back |
| unsigned menu_input::counter |
| int16_t menu_input::dx |
| int16_t menu_input::dy |
| struct { ... } menu_input::mouse |
| struct { ... } menu_input::pointer |
| bool menu_input::pressed[2] |
| unsigned menu_input::ptr |
| int16_t menu_input::x |
| int16_t menu_input::y |
1.8.15