kSecondaryButton top-level constant
The bit of PointerEvent.buttons that corresponds to a cross-device behavior of "secondary operation".
It is equivalent to:
- kPrimaryStylusButton: The stylus' primary button.
- kSecondaryMouseButton: The secondary mouse button.
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;