Home
last modified time | relevance | path

Searched refs:touch_event (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Dlibinput.c2648 struct libinput_event_touch *touch_event; in touch_notify_touch_down() local
2653 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_down()
2655 *touch_event = (struct libinput_event_touch) { in touch_notify_touch_down()
2664 &touch_event->base); in touch_notify_touch_down()
2674 struct libinput_event_touch *touch_event; in touch_notify_touch_motion() local
2679 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_motion()
2681 *touch_event = (struct libinput_event_touch) { in touch_notify_touch_motion()
2690 &touch_event in touch_notify_touch_motion()
2699 struct libinput_event_touch *touch_event; touch_notify_touch_up() local
2723 struct libinput_event_touch *touch_event; touch_notify_touch_cancel() local
2745 struct libinput_event_touch *touch_event; touch_notify_frame() local
[all...]

Completed in 6 milliseconds