wl_touch_listener.up

end of a touch event sequence

The touch point has disappeared. No further events will be sent for this touch point and the touch point's ID is released and may be reused in a future touch down event.

struct wl_touch_listener
void function(void* data, wl_touch* wl_touch, uint serial, uint time, int id) up;

Meta