TouchEventArgs
Wisej.Web.TouchEventArgs
Last updated
Wisej.Web.TouchEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for Swipe event.
Int64[]: Returns the unique identifiers for the touch items.
Boolean: Returns whether more than one touch is associated with the event target element.
Point[]: Returns the location of the touch items in screen coordinates.
Double: Returns the delta of the rotation since the start of the event, in degrees.
Double: Returns the distance between two fingers since the start of the event.
Name | Description |
---|---|
Represents the method that will handle the TouchStart, TouchEnd, TouchMove, TouchCancel events. |