The SwipeEvent type exposes the following members.

Constructors

  Name Description
Public method SwipeEvent
Initializes a new instance of the SwipeEvent class.

Methods

  Name Description
Public method set_handled
Mark event as handled.

Fields

  Name Description
Public field CurrentX
Current client X position.
Public field CurrentY
Current client Y position.
Public field CurrrentTimeStamp
Current timestamp.
Public field Event
Reference to the current browser's touch event.
Public field StartTimeStamp
Start timestamp that was stored when finger touched surface.
Public field StartX
Start client X position that was stored when finger touched surface.
Public field StartY
Start client Y position that was stored when finger touched surface.
Public field TriggerX
Client X position that was stored when event triggered.
Public field TriggerY
Client Y position that was stored when event triggered.

Properties

  Name Description
Public property ChangeTimeStamp
Gets the time in milliseconds that elapsed from one finger touch start event till current event.
Public property ChangeX
Gets the changed X value (current X - start X).
Public property ChangeY
Gets the changed Y value (current Y - start Y).

See Also