Signal

PhocGesture::begin

since: 0

Declaration

void
begin (
  PhocGesture* self,
  PhocEventSequence* sequence,
  gpointer user_data
)

Description [src]

Emitted when the gesture is recognized.

Default handler:

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

Available since: 0

Parameters

sequence

Type: PhocEventSequence

The PhocEvent that made the gesture to be recognized.

The argument can be NULL.
The data is owned by the caller of the function.