What I mean by ‘General’ keypresses is that there is no specific target, and no specific key. What I’m trying to do is have a screen and you can just press any key or click your mouse and it will call a function that checks whether there is a shared object already being used or it must be created (although you don’t need to know that…).
I tried just
if(Key.isDown())
That doesn’t work whatsoever.
crap, this shoulda been in the AS section…