Home
last modified time | relevance | path

Searched refs:libinput_event_tablet_pad_get_button_state (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym245 libinput_event_tablet_pad_get_button_state;
Dlibinput.h3277 libinput_event_tablet_pad_get_button_state(struct libinput_event_tablet_pad *event);
Dlibinput.c3669 libinput_event_tablet_pad_get_button_state(struct libinput_event_tablet_pad *event) in libinput_event_tablet_pad_get_button_state() function
/third_party/libinput/export_include/
Dlibinput.h3277 libinput_event_tablet_pad_get_button_state(struct libinput_event_tablet_pad *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c723 state = libinput_event_tablet_pad_get_button_state(p); in print_tablet_pad_button_event()
Dlibinput-debug-gui.c1728 is_press = libinput_event_tablet_pad_get_button_state(p) == LIBINPUT_BUTTON_STATE_PRESSED; in handle_event_tablet_pad()
Dlibinput-record.c1057 state = libinput_event_tablet_pad_get_button_state(p); in print_tablet_pad_button_event()
/third_party/libinput/test/
Dlitest.c3258 libinput_event_tablet_pad_get_button_state(pad)); in litest_print_event()
3874 litest_assert_int_eq(libinput_event_tablet_pad_get_button_state(p), in litest_is_pad_button_event()