Home
last modified time | relevance | path

Searched defs:button (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-input_id.c197 for (int button = BTN_MOUSE; button < BTN_JOYSTICK && !has_mouse_button; button++) in test_pointers() local
218 for (int button = BTN_JOYSTICK; button < BTN_DIGI; button++) in test_pointers() local
221 for (int button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40; button++) in test_pointers() local
224 for (int button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT; button++) in test_pointers() local
/systemd-251/src/login/
Dlogind.c1030 Button *button; in manager_startup() local