mouseX
Input / MouseDescription
The system variable mouseX always contains the current horizontal position of the mouse.
Syntax
mouseX
Parameters
None
Returns
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...