Method
XdpSessiontouch_down
Declaration [src]
void
xdp_session_touch_down (
XdpSession* session,
guint stream,
guint slot,
double x,
double y
)
Description [src]
Notify about a new touch down event.
The (x, y)
position represents the new touch point position in the streams
logical coordinate space.
May only be called on a remote desktop session
with XDP_DEVICE_TOUCHSCREEN
access.