_mousePressed
Input / MouseDescription
Variable storing whether any mouse button is currently pressed.
Syntax
_mousePressed
Parameters
None
Returns
boolRelated
Under the Hood
From Processing.h:
bool _mousePressed = false;
return _mousePressed;