Signal

PhocGestureDrag::drag-begin

since: 0

Declaration

void
drag_begin (
  PhocGestureDrag* self,
  gdouble start_x,
  gdouble start_y,
  gpointer user_data
)

Description [src]

This signal is emitted whenever dragging starts.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 0

Parameters

start_x

Type: gdouble

X coordinate in layout coordinates.

start_y

Type: gdouble

Y coordinate in layout coordinates.