Method
PhocCursoradd_gesture
Declaration [src]
void
phoc_cursor_add_gesture (
PhocCursor* self,
PhocGesture* gesture
)
Parameters
gesture
-
Type:
PhocGesture
A gesture.
The data is owned by the caller of the method.
void
phoc_cursor_add_gesture (
PhocCursor* self,
PhocGesture* gesture
)
gesture
Type: PhocGesture
A gesture.
The data is owned by the caller of the method. |