Searched refs:LIBINPUT_EVENT_POINTER_SCROLL_WHEEL (Results 1 - 8 of 8) sorted by relevance
/third_party/libinput/tools/ |
H A D | libinput-debug-events.c | 89 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in print_event_header() 504 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in print_pointer_axis_event() 521 if (type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL) in print_pointer_axis_event() 528 if (type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL) in print_pointer_axis_event() 886 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in handle_and_print_events()
|
H A D | libinput-debug-gui.c | 1476 if (type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL) { in handle_event_axis() 1488 if (type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL) { in handle_event_axis() 1790 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in handle_event_libinput()
|
/third_party/libinput/src/ |
H A D | libinput.c | 91 CASE_RETURN_STRING(LIBINPUT_EVENT_POINTER_SCROLL_WHEEL); in event_type_to_str() 374 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in libinput_event_get_pointer_event() local 541 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in libinput_event_pointer_get_time() local 558 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in libinput_event_pointer_get_time_usec() local 709 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in libinput_event_pointer_has_axis() local 788 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in libinput_event_pointer_get_scroll_value() local 817 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL); in libinput_event_pointer_get_scroll_value_v120() local 2635 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in pointer_notify_axis_wheel() 3537 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in libinput_event_pointer_get_base_event() local
|
H A D | libinput.h | 259 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 755 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 764 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 770 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 776 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 794 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, enumerator 1496 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, @ref 1502 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 1579 * codes for @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, @ref 1597 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL an [all...] |
/third_party/libinput/test/ |
H A D | litest.c | 3139 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in litest_event_type_str() 3606 litest_assert(axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL || in litest_is_axis_event() 3629 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in litest_is_high_res_axis_event() 3833 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in litest_event_pointer_get_value() 3856 case LIBINPUT_EVENT_POINTER_SCROLL_WHEEL: in litest_event_pointer_get_axis_source() 4053 litest_assert(axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL || in litest_assert_scroll() 4080 if (axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL) in litest_assert_scroll() 4119 litest_assert(axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL || in litest_assert_axis_end_sequence() 4174 litest_assert(axis_type == LIBINPUT_EVENT_POINTER_SCROLL_WHEEL || in litest_assert_only_axis_events()
|
H A D | test-pointer.c | 647 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in test_high_and_low_wheel_events_value() 1058 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in START_TEST()
|
H A D | test-device.c | 1356 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, in START_TEST()
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 259 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 755 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 764 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 770 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 776 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 794 LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, enumerator 1496 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, @ref 1502 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, 1579 * codes for @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, @ref 1597 * @ref LIBINPUT_EVENT_POINTER_SCROLL_WHEEL an [all...] |
Completed in 29 milliseconds