kTouchContact top-level constant Null safety
The bit of PointerEvent.buttons that corresponds to the pointer contacting a touch screen.
See also:
- kPrimaryButton, which has the same value but describes its cross-device concept.
Implementation
const int kTouchContact = kPrimaryButton;