Lines Matching refs:libinput_event_touch
189 struct libinput_event_touch { struct
392 LIBINPUT_EXPORT struct libinput_event_touch *
403 return (struct libinput_event_touch *) event; in libinput_event_get_touch_event()
845 libinput_event_touch_get_time(struct libinput_event_touch *event) in libinput_event_touch_get_time()
860 libinput_event_touch_get_time_usec(struct libinput_event_touch *event) in libinput_event_touch_get_time_usec()
875 libinput_event_touch_get_slot(struct libinput_event_touch *event) in libinput_event_touch_get_slot()
889 libinput_event_touch_get_seat_slot(struct libinput_event_touch *event) in libinput_event_touch_get_seat_slot()
903 libinput_event_touch_get_x(struct libinput_event_touch *event) in libinput_event_touch_get_x()
917 libinput_event_touch_get_x_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_x_transformed()
932 libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, in libinput_event_touch_get_y_transformed()
947 libinput_event_touch_get_y(struct libinput_event_touch *event) in libinput_event_touch_get_y()
2647 struct libinput_event_touch *touch_event; in touch_notify_touch_down()
2654 *touch_event = (struct libinput_event_touch) { in touch_notify_touch_down()
2673 struct libinput_event_touch *touch_event; in touch_notify_touch_motion()
2680 *touch_event = (struct libinput_event_touch) { in touch_notify_touch_motion()
2698 struct libinput_event_touch *touch_event; in touch_notify_touch_up()
2705 *touch_event = (struct libinput_event_touch) { in touch_notify_touch_up()
2722 struct libinput_event_touch *touch_event; in touch_notify_touch_cancel()
2729 *touch_event = (struct libinput_event_touch) { in touch_notify_touch_cancel()
2744 struct libinput_event_touch *touch_event; in touch_notify_frame()
2751 *touch_event = (struct libinput_event_touch) { in touch_notify_frame()
3545 libinput_event_touch_get_base_event(struct libinput_event_touch *event) in libinput_event_touch_get_base_event()