Searched refs:REL_HWHEEL_HI_RES (Results 1 - 8 of 8) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-mouse-low-dpi.c | 44 EV_REL, REL_HWHEEL_HI_RES,
|
H A D | test-pointer.c | 725 case REL_HWHEEL_HI_RES: in test_hi_res_wheel_event() 726 litest_event(dev, EV_REL, REL_HWHEEL_HI_RES, v120_amount); in test_hi_res_wheel_event() 744 !libevdev_has_event_code(dev->evdev, EV_REL, REL_HWHEEL_HI_RES)) in START_TEST() 749 for (int axis = REL_WHEEL_HI_RES; axis <= REL_HWHEEL_HI_RES; axis++) { in START_TEST() 783 hires_code = REL_HWHEEL_HI_RES; in START_TEST() 826 !libevdev_has_event_code(dev->evdev, EV_REL, REL_HWHEEL_HI_RES)) in START_TEST() 859 litest_event(dev, EV_REL, REL_HWHEEL_HI_RES, 15); in START_TEST() 860 litest_event(dev, EV_REL, REL_HWHEEL_HI_RES, 15); in START_TEST() 873 !libevdev_has_event_code(dev->evdev, EV_REL, REL_HWHEEL_HI_RES)) in START_TEST()
|
/third_party/libinput/src/ |
H A D | evdev-wheel.c | 313 case REL_HWHEEL_HI_RES: in wheel_handle_direction_change() 371 case REL_HWHEEL_HI_RES: in fallback_wheel_process_relative() 447 REL_HWHEEL_HI_RES))) in fallback_init_wheel()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 846 #define REL_HWHEEL_HI_RES 0x0c macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 803 #define REL_HWHEEL_HI_RES 0x0c macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 803 #define REL_HWHEEL_HI_RES 0x0c macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 831 #define REL_HWHEEL_HI_RES 0x0c macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 35 [REL_HWHEEL_HI_RES] = "REL_HWHEEL_HI_RES", 1596 { .name = "REL_HWHEEL_HI_RES", .value = REL_HWHEEL_HI_RES },
|
Completed in 18 milliseconds