Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-builtin-input_id.c172 bool is_touchpad = false; in test_pointers() local
236 is_touchpad = true; in test_pointers()
252 is_touchpad = true; in test_pointers()
260 if (!is_tablet && !is_touchpad && !is_joystick && in test_pointers()
302 if (is_touchpad) in test_pointers()
313 …return is_tablet || is_mouse || is_abs_mouse || is_touchpad || is_touchscreen || is_joystick || is… in test_pointers()