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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.