IGestureEventHandler.HandleFlickGesture (METH)
METHOD HandleFlickGesture : BOOL
This method will be called when a pan gesture was detected by the visualiuation. RETURN: TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler
- InOut:
Scope
Name
Type
Comment
Return
HandleFlickGestureBOOLInput
startVisuStructPointThe point on the screen where this gesture was started
offsetVisuStructPointIn fact not a point but an offset. The distance, the gesture was moved on the screen.
velocityPxPerSecondUDINTThe velocity of this flick gesture in pixels per second
pClientPOINTER TO VisuStructClientData
A pointer to the client structure were the event occurred.