kTouchContact top-level constant

int const kTouchContact

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;