If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
-
BRPAZ
Post
by BRPAZ »
Hey all,
How can you check if a key is NOT pressed? I know you do
if a key is pressed, but how do you check if it isn't pressed?
Thanks
-
rincewind
- Posts: 35
- Joined: Thu Mar 25, 2004 5:28 pm
- Location: Germany --> Bonn
Post
by rincewind »
well, you could check which keys are pressed, and all other keys are unpressed (tertium non datur).