Home
last modified time | relevance | path

Searched refs:libinput_event_tablet_tool_get_seat_button_count (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym214 libinput_event_tablet_tool_get_seat_button_count;
Dlibinput.h2787 libinput_event_tablet_tool_get_seat_button_count(struct libinput_event_tablet_tool *event);
Dlibinput.c1629 libinput_event_tablet_tool_get_seat_button_count(struct libinput_event_tablet_tool *event) in libinput_event_tablet_tool_get_seat_button_count() function
/third_party/libinput/export_include/
Dlibinput.h2787 libinput_event_tablet_tool_get_seat_button_count(struct libinput_event_tablet_tool *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c479 libinput_event_tablet_tool_get_seat_button_count(p)); in print_tablet_button_event()
/third_party/libinput/test/
Dtest-tablet.c131 ck_assert_int_eq(libinput_event_tablet_tool_get_seat_button_count(tev), 1); in START_TEST()
139 ck_assert_int_eq(libinput_event_tablet_tool_get_seat_button_count(tev), 2); in START_TEST()
153 ck_assert_int_eq(libinput_event_tablet_tool_get_seat_button_count(tev), 1); in START_TEST()
161 ck_assert_int_eq(libinput_event_tablet_tool_get_seat_button_count(tev), 0); in START_TEST()