How to identify if the foward/backward arrows are pressed?

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.
Post Reply
Weng
Posts: 97
Joined: Tue Oct 03, 2006 4:23 pm
Location: Singapore

How to identify if the foward/backward arrows are pressed?

Post by Weng »

Using switch(event.KeyInput.Key), what is the keyword to identify if the foward and backward keys are pressed?

The tutorial gives examples for the 'w' and 's' keys as KEY_KEY_W and S respectively.
Blade
Posts: 9
Joined: Wed Sep 05, 2007 4:07 pm

Post by Blade »

Post Reply