ZennoLab Assemblies Documentation
TouchCancel Method
ZennoLab.CommandCenter Namespace > Tab.TouchSimulation Class : TouchCancel Method

Type: ZennoLab.CommandCenter.TouchEvents.TouchData

Data about touch event.

Indicates that touch event must be cancelled.
Syntax
public void TouchCancel( 
   TouchData touchData
)

Parameters

touchData

Type: ZennoLab.CommandCenter.TouchEvents.TouchData

Data about touch event.

Remarks
Touches begin with one TouchStart action followed by zero or more TouchMoved actions and finally one TouchEnded or TouchCancelled action. Events not respecting this order will be ignored.
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab.TouchSimulation Class
Tab.TouchSimulation Members