We are about to switch to a new forum software. Until then we have removed the registration on this forum.
For example rectMode in PGraphics, rectMode() is a void function, but there seems to also be an int variable called rectMode and how do I read that variable?
int rectMode The current rect mode (read-only)
processing.github.io/processing-javadocs/core/processing/core/PGraphics.html#rectMode
Sorry if this is a dumb question
Answers
Thank you!