kSecondaryButton top-level constant

int const kSecondaryButton

The bit of PointerEvent.buttons that corresponds to a cross-device behavior of "secondary operation".

It is equivalent to:

See also:

  • kPrimaryButton, which describes a cross-device behavior of "primary operation".
  • kTertiaryButton, which describes a cross-device behavior of "tertiary operation".

Implementation

const int kSecondaryButton = 0x02;