ETouchGestures

Touch gestures list

Parameters

value

int value

Entries

Link copied to clipboard

Single pointer touch event (down and up with negligible move).

Link copied to clipboard

Single pointer long touch event.

Link copied to clipboard

Single pointer double touch event.

Link copied to clipboard

Two pointers touch event.

Link copied to clipboard

Two pointers double touch event.

Link copied to clipboard

Single pointer move event.

Link copied to clipboard

Single pointer touch event followed immediately by a move event.

Link copied to clipboard

Single pointer swipe event, specifically, linear swipe (lifting the pointer while moving) in given direction.

Link copied to clipboard

Two pointer rotating and zooming, or just zooming, swipe (lifting the pointers while moving) event.

Link copied to clipboard

Two pointers pinch (pointers moving toward or away from each other) event.

Link copied to clipboard

Two pointers rotate (distance between pointers remains constant while line connecting them rotates) event.

Link copied to clipboard

Two pointers shove (pointers moving in the same direction the same distance) event.

Link copied to clipboard

Two pointers event followed immediately by a touch pinch event.

Link copied to clipboard

Two pointers event followed immediately by a touch rotate event.

Link copied to clipboard

Two pointers event followed immediately by a touch shove event.

Link copied to clipboard

Two pointer rotating swipe event - one or both pointers moving when lifted during pinch rotate, causing motion to continue for a while.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.