Signal

PhocGesture::update

Declaration

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

Description [src]

Emitted whenever an event is handled while the gesture is recognized.

sequence is guaranteed to pertain to the set of active touches.

Default handler:

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

Parameters

sequence

Type: PhocEventSequence

The PhocEvent that was updated.

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