TouchEventArgs

Wisej.Web.TouchEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for Swipe event.

public class TouchEventArgs : EventArgs

Properties

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.

Used By

NameDescription

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

Last updated