Searched refs:hats_indices (Results 1 – 2 of 2) sorted by relevance
71 int hats_indices[4]; member
754 joystick->hwdata->hats_indices[hat_index] = joystick->nhats++; in ConfigJoystick()989 HandleHat(joystick, joystick->hwdata->hats_indices[hatidx], hataxis, absinfo.value); in PollAllValues()1054 … HandleHat(joystick, joystick->hwdata->hats_indices[code / 2], code % 2, events[i].value); in HandleInputEvents()1274 int hat = joystick->hwdata->hats_indices[1] << 4; in LINUX_JoystickGetGamepadMapping()1283 int hat = joystick->hwdata->hats_indices[2] << 4; in LINUX_JoystickGetGamepadMapping()1324 int hat = joystick->hwdata->hats_indices[0] << 4; in LINUX_JoystickGetGamepadMapping()
Completed in 4 milliseconds