new PointerMode()
Enumeration categorizing operational modes of pointers. PointerType values represent valid bitmasks.For example, a value representing both Mouse and Touch devicescan be expressed as PointerMode.CURSOR | PointerMode.CONTACT. Values may be added for future mode categorizations.
Source code: input/Pointer.js (Line 1258)