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)
Please login to continue.