PointerEventBase<T0>.pressedButtons

public int pressedButtons;

Description

Gets a bitmask that describes the buttons that are currently pressed.

Pressing a mouse button sets a bit. Releasing the button clears the bit. The left mouse button sets/clears Bit 0. The right mouse button sets/clears Bit 1. The middle mouse button sets/clears Bit 2. Additional buttons set/clear other bits.


Did you find this page useful? Please give it a rating: