= {
"hid"
}
static const char * hid_joypad_name(unsigned pad)
Definition: hid_joypad.c:87
static int16_t hid_joypad_axis(unsigned port, uint32_t joyaxis)
Definition: hid_joypad.c:66
static bool hid_joypad_rumble(unsigned pad, enum retro_rumble_effect effect, uint16_t strength)
Definition: hid_joypad.c:79
static bool hid_joypad_query_pad(unsigned pad)
Definition: hid_joypad.c:33
static void hid_joypad_free(void)
Definition: hid_joypad.c:40
static bool hid_joypad_button(unsigned port, uint16_t joykey)
Definition: hid_joypad.c:51
static void hid_joypad_poll(void)
Definition: hid_joypad.c:73
static void hid_joypad_get_buttons(unsigned port, input_bits_t *state)
Definition: hid_joypad.c:58
static bool hid_joypad_init(void *data)
Definition: hid_joypad.c:22