RetroArch
|
Macros | |
#define | AKEYCODE_ASSIST 219 |
#define | LAST_KEYCODE AKEYCODE_ASSIST |
#define | MAX_KEYS ((LAST_KEYCODE + 7) / 8) |
Functions | |
bool | android_keyboard_port_input_pressed (const struct retro_keybind *binds, unsigned id) |
bool | android_keyboard_input_pressed (unsigned key) |
uint8_t * | android_keyboard_state_get (unsigned port) |
void | android_keyboard_free (void) |
Variables | |
static uint8_t | android_key_state [MAX_PADS+1][MAX_KEYS] |
#define AKEYCODE_ASSIST 219 |
#define LAST_KEYCODE AKEYCODE_ASSIST |
#define MAX_KEYS ((LAST_KEYCODE + 7) / 8) |
bool android_keyboard_input_pressed | ( | unsigned | key | ) |
bool android_keyboard_port_input_pressed | ( | const struct retro_keybind * | binds, |
unsigned | id | ||
) |
uint8_t* android_keyboard_state_get | ( | unsigned | port | ) |