Method

PhocCursoradd_gesture

Declaration [src]

void
phoc_cursor_add_gesture (
  PhocCursor* self,
  PhocGesture* gesture
)

Description [src]

Adds a gesture to the list of gestures handled by self.

Parameters

gesture

Type: PhocGesture

A gesture.

The data is owned by the caller of the method.