kSecondaryMouseButton top-level constant

const kSecondaryMouseButton = 0x02

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.

Implementation

const int kSecondaryMouseButton = 0x02