Home
last modified time | relevance | path

Searched refs:libinput_event_tablet_tool_get_button (Results 1 – 12 of 12) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym211 libinput_event_tablet_tool_get_button;
Dlibinput.h2556 libinput_event_tablet_tool_get_button(struct libinput_event_tablet_tool *event);
Dlibinput.c1522 libinput_event_tablet_tool_get_button(struct libinput_event_tablet_tool *event) in libinput_event_tablet_tool_get_button() function
/third_party/libinput/test/
Dtest-totem.c381 ck_assert_int_eq(libinput_event_tablet_tool_get_button(t), BTN_0); in START_TEST()
393 ck_assert_int_eq(libinput_event_tablet_tool_get_button(t), BTN_0); in START_TEST()
Dtest-tablet.c72 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), in START_TEST()
84 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), in START_TEST()
128 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); in START_TEST()
136 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); in START_TEST()
152 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); in START_TEST()
160 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tev), button); in START_TEST()
387 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tablet_event), in START_TEST()
424 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tablet_event), in START_TEST()
470 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tablet_event), in START_TEST()
508 ck_assert_int_eq(libinput_event_tablet_tool_get_button(tablet_event), in START_TEST()
[all …]
Dlitest.c3181 libinput_event_tablet_tool_get_button(t), in litest_print_event()
3623 litest_assert_int_eq(libinput_event_tablet_tool_get_button(tev), in litest_assert_tablet_button_event()
/third_party/libinput/tools/
Dlibinput-debug-tablet.c308 unsigned int button = libinput_event_tablet_tool_get_button(t); in handle_tablet_button_event()
Dlibinput-debug-events.c456 button = libinput_event_tablet_tool_get_button(p); in print_tablet_button_event()
Dlibinput-record.c996 button = libinput_event_tablet_tool_get_button(t); in buffer_tablet_tool_button_event()
1042 button = libinput_event_tablet_tool_get_button(t); in buffer_tablet_tool_event()
Dlibinput-debug-gui.c1370 button = libinput_event_tablet_tool_get_button(t); in handle_event_tablet()
/third_party/libinput/export_include/
Dlibinput.h2556 libinput_event_tablet_tool_get_button(struct libinput_event_tablet_tool *event);
/third_party/libinput/doc/user/
Dtablet-support.rst283 by other libinput interfaces (e.g. **libinput_event_tablet_tool_get_button()**).