Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A Dtest-pad.c73 for (code = BTN_0; code < BTN_DIGI; code++) { in START_TEST()
195 for (code = BTN_0; code < BTN_DIGI; code++) { in START_TEST()
198 (code >= BTN_DIGI)) { in START_TEST()
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c205 for (button = BTN_JOYSTICK; button < BTN_DIGI && !has_joystick_axes_or_buttons; button++) in test_pointers()
/third_party/libevdev/test/
H A Dtest-event-names.c99 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_DIGI), "BTN_TOOL_PEN"); in START_TEST()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h413 #define BTN_DIGI 0x140 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h400 #define BTN_DIGI 0x140 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h400 #define BTN_DIGI 0x140 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h401 #define BTN_DIGI 0x140 macro
/third_party/libinput/src/
H A Devdev.c1932 for (code = BTN_JOYSTICK; code < BTN_DIGI; code++) { in evdev_device_is_joystick_or_gamepad()

Completed in 30 milliseconds