KeyEvent.VK ... etc with Processing 2.0.b8
in
Programming Questions
•
7 months ago
Hello all,
I've a problem with
if(checkClavier(CONTROL ) && checkClavier(KeyEvent.VK_S) ) {
Processing 2.0b8 say me Cannot find anything named "KeyEvent.VK_S" same for other "KeyEvent VK_O" etc
with Processing 2.0b6 there is no problem.
an idea anybody ?
Thanks
Stan
I've a problem with
if(checkClavier(CONTROL ) && checkClavier(KeyEvent.VK_S) ) {
Processing 2.0b8 say me Cannot find anything named "KeyEvent.VK_S" same for other "KeyEvent VK_O" etc
with Processing 2.0b6 there is no problem.
an idea anybody ?
Thanks
Stan
1