kBackMouseButton top-level constant

int const kBackMouseButton

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;