TouchEventArgs

Wisej.Web.TouchEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for Swipe event.

public class TouchEventArgs : EventArgs

Properties

Identifiers

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

IsMultiTouch

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

Locations

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

Rotation

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

Scale

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

Used By

Name
Description

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

Last updated

Was this helpful?