RetroArch
|
Classes | |
struct | xinput_joypad_state |
Functions | |
static const char * | xdk_joypad_name (unsigned pad) |
static void | xdk_joypad_autodetect_add (unsigned autoconf_pad) |
static bool | xdk_joypad_init (void *data) |
static bool | xdk_joypad_button (unsigned port_num, uint16_t joykey) |
static int16_t | xdk_joypad_axis (unsigned port_num, uint32_t joyaxis) |
static void | xdk_joypad_poll (void) |
static bool | xdk_joypad_query_pad (unsigned pad) |
static void | xdk_joypad_destroy (void) |
Variables | |
static xinput_joypad_state | g_xinput_states [MAX_PADS] |
static const char *const | XBOX_CONTROLLER_NAMES [4] |
static const uint16_t | button_index_to_bitmap_code [] |
input_device_driver_t | xdk_joypad |
|
static |
|
static |
|
static |
|
static |
input_device_driver_t xdk_joypad |