|
static bool | menu_input_key_bind_custom_bind_keyboard_cb (void *data, unsigned code) |
|
static int | menu_input_key_bind_set_mode_common (enum menu_input_binds_ctl_state state, rarch_setting_t *setting) |
|
static void | menu_input_key_bind_poll_bind_get_rested_axes (struct menu_bind_state *state, unsigned port) |
|
static void | menu_input_key_bind_poll_bind_state_internal (const input_device_driver_t *joypad, struct menu_bind_state *state, unsigned port, bool timed_out) |
|
static void | menu_input_key_bind_poll_bind_state (struct menu_bind_state *state, unsigned port, bool timed_out) |
|
bool | menu_input_key_bind_set_mode (enum menu_input_binds_ctl_state state, void *data) |
|
static bool | menu_input_key_bind_poll_find_trigger_pad (struct menu_bind_state *state, struct menu_bind_state *new_state, struct retro_keybind *output, unsigned p) |
|
static bool | menu_input_key_bind_poll_find_hold_pad (struct menu_bind_state *new_state, struct retro_keybind *output, unsigned p) |
|
bool | menu_input_key_bind_poll_find_hold (struct menu_bind_state *new_state, struct retro_keybind *output) |
|
static bool | menu_input_key_bind_poll_find_trigger (struct menu_bind_state *state, struct menu_bind_state *new_state, struct retro_keybind *output) |
|
bool | menu_input_key_bind_set_min_max (menu_input_ctx_bind_limits_t *lim) |
|
bool | menu_input_key_bind_iterate (menu_input_ctx_bind_t *bind) |
|