G4P error message The function getAction() does not exist [RESOLVED]
in
Contributed Library Questions
•
7 months ago
I downloaded the new version of G4P and every example works except WINDOWS STARTER because I get the following error message:
The function getAction() does not exist
the highlighted line is:
switch(event.getAction()) {
within void windowMouse
I am using processing 2.0b6
Any ideas what I am doing wrong. on Quarks page I can see the example on the java screen but processing wont run the sketch...
1