IGestureEventHandler2.HandleTouchEvent (METH)¶
METHOD HandleTouchEvent : BOOL
This method will be called when a touch handled by IEC was detected by the visualiuation. Please remark: This method has been superseded by IGestureEventHandler3.HandleTouchEvent2 so when you implement IGestureEventHandler3.HandleTouchEvent2, then it’s no longer necessary to implement this method. 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
HandleTouchEventBOOLInput
numTouchesINTThe number of informations contained in this event callback (-> pTouches)
pTouchesPOINTER TO VisuStructSingleIECTouchInfo
A pointer to an array of touch informations; it is allowed to access this pointer in the range [0..numTouches-1]