kForwardMouseButton top-level constant
int
const kForwardMouseButton
The bit of PointerEvent.buttons that corresponds to the forward mouse button.
The forward mouse button is typically on the right side of the mouse but can be reconfigured to be a different physical button.
Implementation
const int kForwardMouseButton = 0x10;