While I know this is not technically "Greenfoot"...... how do I detect keys with normal java? So, I want to know how to do this in strait java
I have tried to look at the source but I am yet to find it.... any help would be greatly appreciated! (need this because I am working in jMonkey)
if(Greenfoot.isKeyDown("somekey")) { do stuff }