kBackMouseButton top-level constant

const kBackMouseButton = 0x08

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

The back mouse button is typically on the left side of the mouse but can be reconfigured to be a different physical button.

Implementation

const int kBackMouseButton = 0x08