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
Notsosuperhero
Posts: 10
Joined: Sat Dec 18, 2004 3:22 am
Location: NY
Contact:

Input

Post by Notsosuperhero »

I've read thru the tutorial on this but I was wondering if you need all the stuff like the node, etc...
Lets say I want to make the cursor hiden or not if you press th F10 button do I really need the ISeceneNode for htis task?
Is there some way I could do this outside the EventReceiver?
(I don't need the method to show the cursor I know how to do that)
The only thing that won't fail you in life is death.
Munku
Posts: 66
Joined: Tue Nov 30, 2004 4:04 pm

Post by Munku »

I don't think you need to have a ISceneNode for this, but you must use the IEventReceiver for the F10 key event.

Hope that helps.
Umm, don't look at me that way. I'M not the dead one here.

--The One True Marshmellow
Notsosuperhero
Posts: 10
Joined: Sat Dec 18, 2004 3:22 am
Location: NY
Contact:

Post by Notsosuperhero »

Thank you. It does help.
The only thing that won't fail you in life is death.
Post Reply