Searched refs:LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL (Results 1 - 14 of 14) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev.c | 2797 assert(axis == LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL || in evdev_is_scrolling() 2807 assert(axis == LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL || in evdev_start_scrolling() 2826 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)) in evdev_post_scroll() 2834 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL) && in evdev_post_scroll() 2842 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); in evdev_post_scroll() 2851 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)) { in evdev_post_scroll() 2854 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); in evdev_post_scroll() 2867 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)) in evdev_post_scroll() 2876 axes &= ~bit(LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); in evdev_post_scroll()
|
H A D | evdev-wheel.c | 251 bit(LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL), in wheel_flush_scroll() 265 bit(LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL), in wheel_flush_scroll()
|
H A D | evdev-mt-touchpad-edge-scroll.c | 458 axis = LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL; in tp_edge_scroll_post_events()
|
H A D | libinput.c | 715 case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL: in libinput_event_pointer_has_axis() 739 case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL: in libinput_event_pointer_get_axis_value() 767 case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL: in libinput_event_pointer_get_axis_value_discrete() 796 case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL: in libinput_event_pointer_get_scroll_value() 823 case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL: in libinput_event_pointer_get_scroll_value_v120()
|
H A D | libinput.h | 241 * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL are engaged separately, 248 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL = 1, enumerator 1518 * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, the value of the event is in 1624 * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, the value of the event is in
|
/third_party/libinput/test/ |
H A D | test-trackpoint.c | 98 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 103 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST()
|
H A D | test-touchpad.c | 164 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 169 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 235 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)); in START_TEST() 259 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL : in is_single_axis_2fg_scroll() 327 axis = LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL; in START_TEST() 358 axis = LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL; in START_TEST() 663 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 668 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 778 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 789 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() [all...] |
H A D | test-pointer.c | 640 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL; in test_high_and_low_wheel_events_value() 781 case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL: in START_TEST() 1404 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 1409 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST() 3754 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL + 1}; in TEST_COLLECTION()
|
H A D | litest.c | 3271 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)) in litest_print_event() 3273 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); in litest_print_event()
|
H A D | test-device.c | 1357 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, in START_TEST()
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 591 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL)) { in print_pointer_axis_event() 593 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); in print_pointer_axis_event() 595 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL); in print_pointer_axis_event()
|
H A D | libinput-debug-events.c | 525 axis = LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL; in print_pointer_axis_event()
|
H A D | libinput-debug-gui.c | 1482 axis = LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL; in handle_event_axis()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 241 * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL are engaged separately, 248 LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL = 1, enumerator 1518 * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, the value of the event is in 1624 * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, the value of the event is in
|
Completed in 64 milliseconds