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
Input
-
- Posts: 386
- Joined: Thu Sep 25, 2003 12:43 pm
- Contact:
You need to create a IEventReceiver. This tutorial should help...
http://irrlicht.sourceforge.net/tut004.html
http://irrlicht.sourceforge.net/tut004.html