The SwipeEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SwipeEvent |
Initializes a new instance of the SwipeEvent class.
|
Methods
Name | Description | |
---|---|---|
![]() |
set_handled |
Mark event as handled.
|
Fields
Name | Description | |
---|---|---|
![]() |
CurrentX |
Current client X position.
|
![]() |
CurrentY |
Current client Y position.
|
![]() |
CurrrentTimeStamp |
Current timestamp.
|
![]() |
Event |
Reference to the current browser's touch event.
|
![]() |
StartTimeStamp |
Start timestamp that was stored when finger touched surface.
|
![]() |
StartX |
Start client X position that was stored when finger touched surface.
|
![]() |
StartY |
Start client Y position that was stored when finger touched surface.
|
![]() |
TriggerX |
Client X position that was stored when event triggered.
|
![]() |
TriggerY |
Client Y position that was stored when event triggered.
|
Properties
Name | Description | |
---|---|---|
![]() |
ChangeTimeStamp |
Gets the time in milliseconds that elapsed from one finger touch start event till current event.
|
![]() |
ChangeX |
Gets the changed X value (current X - start X).
|
![]() |
ChangeY |
Gets the changed Y value (current Y - start Y).
|