Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_seat_slot (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym96 libinput_event_touch_get_seat_slot;
Dlibinput.h1788 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event);
Dlibinput.c889 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event) in libinput_event_touch_get_seat_slot() function
/third_party/libinput/doc/user/
Dseats.rst64 **libinput_event_touch_get_seat_slot()**.
/third_party/libinput/export_include/
Dlibinput.h1788 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event);
/third_party/libinput/tools/
Dlibinput-debug-events.c651 libinput_event_touch_get_seat_slot(t)); in print_touch_event()
Dlibinput-debug-gui.c1426 int slot = libinput_event_touch_get_seat_slot(t); in handle_event_touch()
Dlibinput-record.c659 seat_slot = libinput_event_touch_get_seat_slot(t); in print_touch_event()
/third_party/libinput/test/
Dtest-touch.c150 slot = libinput_event_touch_get_seat_slot(tev); in touch_assert_seat_slot()