RetroArch
|
Public Attributes | |
bool | blocked |
const input_device_driver_t * | joypad |
Display * | display |
Window | win |
char | state [32] |
bool | mouse_l |
bool | mouse_r |
bool | mouse_m |
int | mouse_x |
int | mouse_y |
int | mouse_last_x |
int | mouse_last_y |
bool | grab_mouse |
bool x11_input::blocked |
Display* x11_input::display |
bool x11_input::grab_mouse |
const input_device_driver_t* x11_input::joypad |
bool x11_input::mouse_l |
int x11_input::mouse_last_x |
int x11_input::mouse_last_y |
bool x11_input::mouse_m |
bool x11_input::mouse_r |
int x11_input::mouse_x |
int x11_input::mouse_y |
char x11_input::state[32] |
Window x11_input::win |