Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c185 for (button = BTN_MOUSE; button < BTN_JOYSTICK && !has_mouse_button; button++) in test_pointers()
/third_party/libevdev/test/
H A Dtest-event-names.c96 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_MOUSE), "BTN_LEFT"); in START_TEST()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h367 #define BTN_MOUSE 0x110 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h354 #define BTN_MOUSE 0x110 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h354 #define BTN_MOUSE 0x110 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h355 #define BTN_MOUSE 0x110 macro
/third_party/libinput/test/
H A Dtest-pad.c196 /* Skip over the BTN_MOUSE and BTN_JOYSTICK range */ in START_TEST()
197 if ((code >= BTN_MOUSE && code < BTN_JOYSTICK) || in START_TEST()
H A Dtest-tablet.c2545 for (button = BTN_0; button < BTN_MOUSE; button++) { in START_TEST()
2559 for (button = BTN_0; button < BTN_MOUSE; button++) in START_TEST()
2565 for (button = BTN_0; button < BTN_MOUSE; button++) in START_TEST()
/third_party/libinput/src/
H A Devdev.c252 if (device->scroll.button < BTN_MOUSE + 5) { in evdev_button_scroll_button()

Completed in 23 milliseconds