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.h3080 libinput_event_tablet_pad_get_button_state(struct libinput_event_tablet_pad *event);
Dlibinput.c3457 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.h3080 libinput_event_tablet_pad_get_button_state(struct libinput_event_tablet_pad *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c704 state = libinput_event_tablet_pad_get_button_state(p); in print_tablet_pad_button_event()
Dlibinput-debug-gui.c1396 is_press = libinput_event_tablet_pad_get_button_state(p) == LIBINPUT_BUTTON_STATE_PRESSED; in handle_event_tablet_pad()
Dlibinput-record.c1090 state = libinput_event_tablet_pad_get_button_state(p); in buffer_tablet_pad_button_event()
/third_party/libinput/test/
Dlitest.c3188 libinput_event_tablet_pad_get_button_state(pad)); in litest_print_event()
3691 litest_assert_int_eq(libinput_event_tablet_pad_get_button_state(p), in litest_is_pad_button_event()