Home
last modified time | relevance | path

Searched refs:axes_map (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c169 BYTE axes_map[ABS_MAX + 1]; in find_joystick_devices() local
261 if (ioctl(fd, JSIOCGAXMAP, axes_map) < 0) in find_joystick_devices()
274 if (axes_map[j] < 8) in find_joystick_devices()
280 else if (axes_map[j] <= 10) in find_joystick_devices()
285 joydev.dev_axes_map[j] = axes_map[j] - 8; in find_joystick_devices()
288 else if (axes_map[j] == 16 || in find_joystick_devices()
289 axes_map[j] == 17) in find_joystick_devices()