Searched refs:abs_map (Results 1 – 2 of 2) sorted by relevance
719 joystick->hwdata->abs_map[i] = joystick->naxes; in ConfigJoystick()810 SDL_memset(joystick->hwdata->abs_map, 0xFF, sizeof(joystick->hwdata->abs_map)); in LINUX_JoystickOpen()972 joystick->hwdata->abs_map[i], i, absinfo.value); in PollAllValues()975 joystick->hwdata->abs_map[i], in PollAllValues()1057 if (joystick->hwdata->abs_map[code] != 0xFF) { in HandleInputEvents()1061 joystick->hwdata->abs_map[code], in HandleInputEvents()1338 out->leftx.target = joystick->hwdata->abs_map[ABS_X]; in LINUX_JoystickGetGamepadMapping()1339 out->lefty.target = joystick->hwdata->abs_map[ABS_Y]; in LINUX_JoystickGetGamepadMapping()1345 out->rightx.target = joystick->hwdata->abs_map[ABS_RX]; in LINUX_JoystickGetGamepadMapping()1346 out->righty.target = joystick->hwdata->abs_map[ABS_RY]; in LINUX_JoystickGetGamepadMapping()
55 Uint8 abs_map[ABS_MAX]; member
Completed in 5 milliseconds