Input

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
Aroth

Input

Post by Aroth »

How do you test for input from the keyboard and/or mouse?
Like if you want to do something like:

While (keypressed)
do this


Thanks
John L
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

You need to create a IEventReceiver. This tutorial should help...

http://irrlicht.sourceforge.net/tut004.html
Post Reply