Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TouchGestureEventData

Provides gesture event data.

Hierarchy

Index

Properties

action

action: "up" | "move" | "down" | "cancel"

Gets action of the touch. Possible values: 'up', 'move', 'down', 'cancel'

android

android: any

Gets the underlying native android specific gesture detector.

eventName

eventName: string

ios

ios: any

Gets the underlying native iOS specific UIGestureRecognizer.

object

object: Observable

type

type: GestureTypes

Gets the type of the gesture.

view

view: View

Gets the view which originates the gesture.

Methods

getActivePointers

  • getActivePointers(): Pointer[]
  • Gets the pointers that triggered the event. Note: In Android there is aways only one active pointer.

    Returns Pointer[]

getAllPointers

  • getAllPointers(): Pointer[]

getPointerCount

  • getPointerCount(): number

getX

  • getX(): number

getY

  • getY(): number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method