|
RetroArch
|
Macros | |
| #define | MAX_KEYS LAST_KEYCODE + 1 |
Functions | |
| bool | dos_keyboard_port_input_pressed (const struct retro_keybind *binds, unsigned id) |
| bool | dos_keyboard_input_pressed (unsigned key) |
| uint16_t * | dos_keyboard_state_get (unsigned port) |
| void | dos_keyboard_free (void) |
Variables | |
| static uint16_t | dos_key_state [MAX_PADS+1][MAX_KEYS] |
| #define MAX_KEYS LAST_KEYCODE + 1 |
| bool dos_keyboard_input_pressed | ( | unsigned | key | ) |
| bool dos_keyboard_port_input_pressed | ( | const struct retro_keybind * | binds, |
| unsigned | id | ||
| ) |
| uint16_t* dos_keyboard_state_get | ( | unsigned | port | ) |
1.8.15