The Touch class represents a single touch on the surface. A touch is the presence or movement of a finger that is part of a unique multi-touch sequence.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
C1.Web.iPhone.Touch = function();

Type.createClass(
	'C1.Web.iPhone.Touch');

Inheritance Hierarchy

System..::..Object
  C1.Web.iPhone..::..Touch

See Also