Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c302 int axes_limit = min(joydev.axis_count, 8); /* generic driver limit */ in find_joystick_devices() local
306 for (j = 0; j < axes_limit; j++) in find_joystick_devices()
309 joydev.axis_count = axes_limit; in find_joystick_devices()