deviceIndependentMask constant Null safety
Used to retrieve only the device-independent modifier flags, allowing applications to mask off the device-dependent modifier flags, including event coalescing information.
Implementation
static const int deviceIndependentMask = 0xffff0000;