Lines Matching defs:touch_event
2648 struct libinput_event_touch *touch_event;
2653 touch_event = zalloc(sizeof *touch_event);
2655 *touch_event = (struct libinput_event_touch) {
2664 &touch_event->base);
2674 struct libinput_event_touch *touch_event;
2679 touch_event = zalloc(sizeof *touch_event);
2681 *touch_event = (struct libinput_event_touch) {
2690 &touch_event->base);
2699 struct libinput_event_touch *touch_event;
2704 touch_event = zalloc(sizeof *touch_event);
2706 *touch_event = (struct libinput_event_touch) {
2714 &touch_event->base);
2723 struct libinput_event_touch *touch_event;
2728 touch_event = zalloc(sizeof *touch_event);
2730 *touch_event = (struct libinput_event_touch) {
2738 &touch_event->base);
2745 struct libinput_event_touch *touch_event;
2750 touch_event = zalloc(sizeof *touch_event);
2752 *touch_event = (struct libinput_event_touch) {
2758 &touch_event->base);