Home
last modified time | relevance | path

Searched refs:libinput_event (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libinput/src/
Dlibinput.h108 struct libinput_event;
1006 libinput_event_destroy(struct libinput_event *event);
1016 libinput_event_get_type(struct libinput_event *event);
1027 libinput_event_get_context(struct libinput_event *event);
1043 libinput_event_get_device(struct libinput_event *event);
1056 libinput_event_get_pointer_event(struct libinput_event *event);
1069 libinput_event_get_keyboard_event(struct libinput_event *event);
1082 libinput_event_get_touch_event(struct libinput_event *event);
1102 libinput_event_get_gesture_event(struct libinput_event *event);
1117 libinput_event_get_tablet_tool_event(struct libinput_event *event);
[all …]
Dlibinput.c163 struct libinput_event base;
167 struct libinput_event base;
175 struct libinput_event base;
190 struct libinput_event base;
198 struct libinput_event base;
209 struct libinput_event base;
222 struct libinput_event base;
247 struct libinput_event base;
344 struct libinput_event *event);
347 libinput_event_get_type(struct libinput_event *event) in libinput_event_get_type()
[all …]
Dlibinput-private.h141 struct libinput_event **events;
423 struct libinput_event { struct
430 void (*notify_func)(uint64_t time, struct libinput_event *ev, void *notify_func_data); argument
539 struct libinput_event *event,
/third_party/libinput/export_include/
Dlibinput.h108 struct libinput_event;
1006 libinput_event_destroy(struct libinput_event *event);
1016 libinput_event_get_type(struct libinput_event *event);
1027 libinput_event_get_context(struct libinput_event *event);
1043 libinput_event_get_device(struct libinput_event *event);
1056 libinput_event_get_pointer_event(struct libinput_event *event);
1069 libinput_event_get_keyboard_event(struct libinput_event *event);
1082 libinput_event_get_touch_event(struct libinput_event *event);
1102 libinput_event_get_gesture_event(struct libinput_event *event);
1117 libinput_event_get_tablet_tool_event(struct libinput_event *event);
[all …]
/third_party/libinput/tools/
Dlibinput-debug-events.c57 print_event_header(struct libinput_event *ev) in print_event_header()
247 print_device_notify(struct libinput_event *ev) in print_device_notify()
307 print_key_event(struct libinput_event *ev) in print_key_event()
332 print_motion_event(struct libinput_event *ev) in print_motion_event()
346 print_absmotion_event(struct libinput_event *ev) in print_absmotion_event()
359 print_pointer_button_event(struct libinput_event *ev) in print_pointer_button_event()
448 print_tablet_tip_event(struct libinput_event *ev) in print_tablet_tip_event()
462 print_tablet_button_event(struct libinput_event *ev) in print_tablet_button_event()
483 print_pointer_axis_event(struct libinput_event *ev) in print_pointer_axis_event()
532 print_tablet_axis_event(struct libinput_event *ev) in print_tablet_axis_event()
[all …]
Dlibinput-debug-tablet.c244 handle_device_added(struct context *ctx, struct libinput_event *ev) in handle_device_added()
273 handle_device_removed(struct context *ctx, struct libinput_event *ev) in handle_device_removed()
306 handle_tablet_button_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_button_event()
329 handle_tablet_axis_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_axis_event()
337 handle_tablet_proximity_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_proximity_event()
352 handle_tablet_tip_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_tip_event()
363 struct libinput_event *ev; in handle_libinput_events()
Dlibinput-record.c418 print_device_notify(struct record_device *dev, struct libinput_event *e) in print_device_notify()
444 print_key_event(struct record_device *dev, struct libinput_event *e) in print_key_event()
479 print_motion_event(struct record_device *dev, struct libinput_event *e) in print_motion_event()
509 print_absmotion_event(struct record_device *dev, struct libinput_event *e) in print_absmotion_event()
540 print_pointer_button_event(struct record_device *dev, struct libinput_event *e) in print_pointer_button_event()
572 print_pointer_axis_event(struct record_device *dev, struct libinput_event *e) in print_pointer_axis_event()
625 print_touch_event(struct record_device *dev, struct libinput_event *e) in print_touch_event()
706 print_gesture_event(struct record_device *dev, struct libinput_event *e) in print_gesture_event()
867 print_tablet_tool_proximity_event(struct record_device *dev, struct libinput_event *e) in print_tablet_tool_proximity_event()
950 struct libinput_event *e) in print_tablet_tool_button_event()
[all …]
Dlibinput-debug-gui.c1341 handle_event_device_notify(struct libinput_event *ev) in handle_event_device_notify()
1386 handle_event_motion(struct libinput_event *ev, struct window *w) in handle_event_motion()
1412 handle_event_absmotion(struct libinput_event *ev, struct window *w) in handle_event_absmotion()
1423 handle_event_touch(struct libinput_event *ev, struct window *w) in handle_event_touch()
1455 handle_event_axis(struct libinput_event *ev, struct window *w) in handle_event_axis()
1490 handle_event_keyboard(struct libinput_event *ev, struct window *w) in handle_event_keyboard()
1516 handle_event_button(struct libinput_event *ev, struct window *w) in handle_event_button()
1543 handle_event_swipe(struct libinput_event *ev, struct window *w) in handle_event_swipe()
1574 handle_event_pinch(struct libinput_event *ev, struct window *w) in handle_event_pinch()
1609 handle_event_hold(struct libinput_event *ev, struct window *w) in handle_event_hold()
[all …]
Dlibinput-list-devices.c268 print_device_notify(struct libinput_event *ev) in print_device_notify()
377 struct libinput_event *ev; in main()
/third_party/libinput/test/
Dtest-misc.c98 struct libinput_event *event; in START_TEST()
123 struct libinput_event *base; in START_TEST()
159 struct libinput_event *event; in START_TEST()
181 struct libinput_event *base; in START_TEST()
213 struct libinput_event *event; in START_TEST()
233 struct libinput_event *base; in START_TEST()
265 struct libinput_event *event; in START_TEST()
281 struct libinput_event *base; in START_TEST()
309 struct libinput_event *event; in START_TEST()
333 struct libinput_event *base; in START_TEST()
[all …]
Dtest-udev.c80 struct libinput_event *event; in START_TEST()
108 struct libinput_event *event; in START_TEST()
181 struct libinput_event *event; in START_TEST()
224 struct libinput_event *event; in START_TEST()
301 struct libinput_event *event; in START_TEST()
333 struct libinput_event *event; in START_TEST()
365 struct libinput_event *event; in process_events_count_devices()
465 struct libinput_event *ev; in START_TEST()
504 struct libinput_event *ev; in START_TEST()
603 struct libinput_event *event; in START_TEST()
[all …]
Dlitest.h726 litest_assert_event_type(struct libinput_event *event,
745 litest_is_button_event(struct libinput_event *event,
750 litest_is_axis_event(struct libinput_event *event,
756 litest_is_high_res_axis_event(struct libinput_event *event);
759 litest_is_motion_event(struct libinput_event *event);
762 litest_is_touch_event(struct libinput_event *event,
766 litest_is_keyboard_event(struct libinput_event *event,
771 litest_is_gesture_event(struct libinput_event *event,
776 litest_is_tablet_event(struct libinput_event *event,
780 litest_is_pad_button_event(struct libinput_event *event,
[all …]
Dtest-touch.c40 struct libinput_event *event; in START_TEST()
90 struct libinput_event *ev; in START_TEST()
142 struct libinput_event *ev; in touch_assert_seat_slot()
209 struct libinput_event *ev; in START_TEST()
267 struct libinput_event *ev; in START_TEST()
312 struct libinput_event *ev; in START_TEST()
357 struct libinput_event *ev; in START_TEST()
444 struct libinput_event *ev; in START_TEST()
558 struct libinput_event *ev; in START_TEST()
641 struct libinput_event *event; in START_TEST()
[all …]
Dtest-totem.c42 struct libinput_event *event; in START_TEST()
66 struct libinput_event *event; in START_TEST()
92 struct libinput_event *event; in START_TEST()
138 struct libinput_event *event; in START_TEST()
204 struct libinput_event *event; in START_TEST()
242 struct libinput_event *event; in START_TEST()
279 struct libinput_event *event; in START_TEST()
343 struct libinput_event *event; in START_TEST()
371 struct libinput_event *event; in START_TEST()
406 struct libinput_event *event; in START_TEST()
Dtest-tablet.c55 struct libinput_event *event; in START_TEST()
97 struct libinput_event *event; in START_TEST()
213 struct libinput_event *event; in START_TEST()
265 struct libinput_event *event; in START_TEST()
305 struct libinput_event *event; in START_TEST()
352 struct libinput_event *event; in START_TEST()
438 struct libinput_event *event; in START_TEST()
522 struct libinput_event *event; in START_TEST()
573 struct libinput_event *event; in START_TEST()
629 struct libinput_event *event; in START_TEST()
[all …]
Dtest-path.c298 struct libinput_event *event; in START_TEST()
327 struct libinput_event *event; in START_TEST()
395 struct libinput_event *event; in START_TEST()
416 struct libinput_event *event; in START_TEST()
479 struct libinput_event *ev; in START_TEST()
507 struct libinput_event *event; in START_TEST()
537 struct libinput_event *event; in START_TEST()
660 struct libinput_event *event; in START_TEST()
738 struct libinput_event *event; in START_TEST()
825 struct libinput_event *event; in START_TEST()
[all …]
Dtest-trackpoint.c39 struct libinput_event *event; in START_TEST()
118 struct libinput_event *event; in START_TEST()
151 struct libinput_event *event; in START_TEST()
176 struct libinput_event *event; in START_TEST()
221 struct libinput_event *event; in START_TEST()
264 struct libinput_event *event; in START_TEST()
Dlitest.c2996 struct libinput_event *event; in litest_wait_for_event_of_type()
3021 struct libinput_event *event; in litest_drain_events()
3052 struct libinput_event *event; in litest_drain_events_of_type()
3181 litest_event_get_type_str(struct libinput_event *event) in litest_event_get_type_str()
3187 litest_print_event(struct libinput_event *event) in litest_print_event()
3285 _litest_assert_event_type_is_one_of(struct libinput_event *event, ...) in _litest_assert_event_type_is_one_of()
3329 litest_assert_event_type(struct libinput_event *event, in litest_assert_event_type()
3339 struct libinput_event *event; in litest_assert_empty_queue()
3542 litest_is_button_event(struct libinput_event *event, in litest_is_button_event()
3561 litest_is_axis_event(struct libinput_event *event, in litest_is_axis_event()
[all …]
Dtest-keyboard.c37 struct libinput_event *ev; in START_TEST()
108 struct libinput_event *event; in START_TEST()
169 struct libinput_event *event; in START_TEST()
307 struct libinput_event *event; in START_TEST()
336 struct libinput_event *event; in START_TEST()
Dtest-pad.c65 struct libinput_event *ev; in START_TEST()
184 struct libinput_event *ev; in START_TEST()
244 struct libinput_event *ev; in START_TEST()
335 struct libinput_event *ev; in START_TEST()
407 struct libinput_event *ev; in START_TEST()
468 struct libinput_event *ev; in START_TEST()
507 struct libinput_event *ev; in START_TEST()
561 struct libinput_event *ev; in START_TEST()
654 struct libinput_event *ev; in START_TEST()
Dtest-trackball.c134 struct libinput_event *event; in START_TEST()
184 struct libinput_event *event; in START_TEST()
234 struct libinput_event *event; in START_TEST()
Dtest-gestures.c47 struct libinput_event *event; in test_gesture_swipe_3fg()
158 struct libinput_event *event; in test_gesture_swipe_4fg()
296 struct libinput_event *event; in test_gesture_pinch_2fg()
419 struct libinput_event *event; in test_gesture_pinch_3fg()
534 struct libinput_event *event; in test_gesture_pinch_4fg()
656 struct libinput_event *event; in test_gesture_spread()
959 struct libinput_event *event; in START_TEST()
1062 struct libinput_event *event; in START_TEST()
1119 struct libinput_event *event; in START_TEST()
1250 struct libinput_event *event; in START_TEST()
[all …]
Dtest-switch.c112 struct libinput_event *event; in START_TEST()
147 struct libinput_event *event; in START_TEST()
193 struct libinput_event *event; in START_TEST()
238 struct libinput_event *event; in START_TEST()
393 struct libinput_event *event; in START_TEST()
558 struct libinput_event *event; in START_TEST()
965 struct libinput_event *event; in START_TEST()
1034 struct libinput_event *event; in START_TEST()
1164 struct libinput_event *event; in START_TEST()
Dtest-device.c136 struct libinput_event *event; in START_TEST()
292 struct libinput_event *event; in START_TEST()
339 struct libinput_event *event; in START_TEST()
420 struct libinput_event *event; in START_TEST()
500 struct libinput_event *event; in START_TEST()
534 struct libinput_event *event; in START_TEST()
699 struct libinput_event *event; in START_TEST()
1338 struct libinput_event *event; in START_TEST()
1662 struct libinput_event *event; in START_TEST()
/third_party/libinput/doc/user/dot/
Dseats-sketch.gv10 event0 [URL="\ref libinput_event"];
11 event1 [URL="\ref libinput_event"];
12 event2 [URL="\ref libinput_event"];
13 event3 [URL="\ref libinput_event"];

12