Skip to main content
Version: 4.1

TouchEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for Swipe event.

public class TouchEventArgs : EventArgs

Properties

Instance member Identifiers

Int64[]: Returns the unique identifiers for the touch items.

Instance member IsMultiTouch

Boolean: Returns whether more than one touch is associated with the event target element.

Instance member Locations

Point[]: Returns the location of the touch items in screen coordinates.

Instance member Rotation

Double: Returns the delta of the rotation since the start of the event, in degrees.

Instance member Scale

Double: Returns the distance between two fingers since the start of the event.

Used By

NameDescription
TouchEventHandlerRepresents the method that will handle the TouchStart, TouchEnd, TouchMove, TouchCancel events.