Command My event receiver KeyInput.Key

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
giuseppegam
Posts: 39
Joined: Thu Jan 11, 2007 2:45 am

Command My event receiver KeyInput.Key

Post by giuseppegam »

Hi, please, which command esc end enter, example key press Q KEY_KEY_Q,
I would like to know what the ESC key and ENTER

Thanks
phoboss
Posts: 4
Joined: Sat Aug 30, 2008 11:21 am

Post by phoboss »

KEY_ESCAPE for ESC and KEY_RETURN for ENTER.
giuseppegam
Posts: 39
Joined: Thu Jan 11, 2007 2:45 am

Post by giuseppegam »

phoboss wrote:KEY_ESCAPE for ESC and KEY_RETURN for ENTER.
Thanks
Post Reply