Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-builtin-input_id.c159 size_t num_joystick_axes = 0; in test_pointers() local
230 num_joystick_axes++; in test_pointers()
243 else if (num_joystick_buttons > 0 || num_joystick_axes > 0) in test_pointers()
245 } else if (num_joystick_buttons > 0 || num_joystick_axes > 0) in test_pointers()
290 if (num_well_known_keys >= 4 || num_joystick_buttons + num_joystick_axes < 2) { in test_pointers()
293 … num_joystick_buttons, num_joystick_axes, num_well_known_keys); in test_pointers()