Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointerTouch

Data relating to a touch event on the screen.

Hierarchy

  • PointerTouch

Index

Properties

Properties

pointerIdSearch playground for pointerId

pointerId: number

Id of touch. Unique for each finger.

typeSearch playground for type

type: any

Event type passed from DOM.

xSearch playground for x

x: number

X coordinate of touch.

ySearch playground for y

y: number

Y coordinate of touch.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method