downButtons property

int downButtons
getter/setter pair

Buttons that were pressed in a Listener.onPointerDown callback used in Listener.onPointerUp since the latter does not provide this info.

Implementation

int downButtons = 0;