PointerMode#PointerMode

new PointerMode()

Enumeration categorizing operational modes of pointers.

PointerType values represent valid bitmasks.
For example, a value representing both Mouse and Touch devices
can be expressed as PointerMode.CURSOR | PointerMode.CONTACT.

Values may be added for future mode categorizations.

Source code: input/Pointer.js (Line 1258)
doc_phaser
2017-02-14 11:06:28
Comments
Leave a Comment

Please login to continue.