Home
last modified time | relevance | path

Searched refs:has_joystick_axes_or_buttons (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c153 bool has_joystick_axes_or_buttons = false; in test_pointers() local
205 for (button = BTN_JOYSTICK; button < BTN_DIGI && !has_joystick_axes_or_buttons; button++) in test_pointers()
206 has_joystick_axes_or_buttons = test_bit(button, bitmask_key); in test_pointers()
207 for (button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40 && !has_joystick_axes_or_buttons; button++) in test_pointers()
208 has_joystick_axes_or_buttons = test_bit(button, bitmask_key); in test_pointers()
209 for (button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT && !has_joystick_axes_or_buttons; button++) in test_pointers()
210 has_joystick_axes_or_buttons = test_bit(button, bitmask_key); in test_pointers()
212 for (axis = ABS_RX; axis < ABS_PRESSURE && !has_joystick_axes_or_buttons; axis++) in test_pointers()
213 has_joystick_axes_or_buttons = test_bit(axis, bitmask_abs); in test_pointers()
226 else if (has_joystick_axes_or_buttons) in test_pointers()
[all...]

Completed in 2 milliseconds