Is there a way to get the current version of Processing I am running in the code?
I am trying to make my sketch cross-compatible against 1.5 and 2.0. The only difference is one line of code that needs to be removed when running in 1.5
I would like to just add an if statement that includes/excludes this line of code depending on the version running.
1