downButtons property
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;
Buttons that were pressed in a Listener.onPointerDown callback used in Listener.onPointerUp since the latter does not provide this info.
int downButtons = 0;