Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PointerEventTypes

Gather the list of pointer event types as constants.

Hierarchy

  • PointerEventTypes

Index

Properties

Static Readonly POINTERDOUBLETAPSearch playground for POINTERDOUBLETAP

POINTERDOUBLETAP: 64 = 64

The pointerdoubletap event is fired when a the object has been touched and released twice without drag.

Static Readonly POINTERDOWNSearch playground for POINTERDOWN

POINTERDOWN: 1 = 1

The pointerdown event is fired when a pointer becomes active. For mouse, it is fired when the device transitions from no buttons depressed to at least one button depressed. For touch, it is fired when physical contact is made with the digitizer. For pen, it is fired when the stylus makes physical contact with the digitizer.

Static Readonly POINTERMOVESearch playground for POINTERMOVE

POINTERMOVE: 4 = 4

The pointermove event is fired when a pointer changes coordinates.

Static Readonly POINTERPICKSearch playground for POINTERPICK

POINTERPICK: 16 = 16

The pointerpick event is fired when a mesh or sprite has been picked by the pointer.

Static Readonly POINTERTAPSearch playground for POINTERTAP

POINTERTAP: 32 = 32

The pointertap event is fired when a the object has been touched and released without drag.

Static Readonly POINTERUPSearch playground for POINTERUP

POINTERUP: 2 = 2

The pointerup event is fired when a pointer is no longer active.

Static Readonly POINTERWHEELSearch playground for POINTERWHEEL

POINTERWHEEL: 8 = 8

The pointerwheel event is fired when a mouse wheel has been rotated.

Legend

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