kSecondaryMouseButton top-level constant

int const kSecondaryMouseButton

The bit of PointerEvent.buttons that corresponds to the secondary mouse button.

The secondary mouse button is typically the right button on the top of the mouse but can be reconfigured to be a different physical button.

See also:

  • kSecondaryButton, which has the same value but describes its cross-device concept.

Implementation

const int kSecondaryMouseButton = kSecondaryButton;