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

Type: ZennoLab.CommandCenter.TouchEvents.TouchData

Data about touch event.

Indicates that the screen has been touched.
Syntax
public void TouchStart( 
   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