kMiddleMouseButton top-level constant

const kMiddleMouseButton = 0x04

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

The middle mouse button is typically between the left and right buttons on the top of the mouse but can be reconfigured to be a different physical button.

Implementation

const int kMiddleMouseButton = 0x04