User 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
pin3
Posts: 108
Joined: Fri Oct 06, 2006 8:50 pm
Contact:

User Input

Post by pin3 »

Hi I'm trying to figure out how to capture the user input independently ( mouse and keyboard)

I have tried the terrain tutorial and moving the mouse makes the camera move. I didn't specify any code for that. How can I make the camera move the way I want (i.e move mouse forward makes the camera move forward instead of pitching up, etc.)

Thanks for your replies.
n00b
Posts: 58
Joined: Tue Sep 05, 2006 3:00 pm
Location: Earth
Contact:

Post by n00b »

create your own scene node and inherit the ICameraSceneNode class.
pin3
Posts: 108
Joined: Fri Oct 06, 2006 8:50 pm
Contact:

Post by pin3 »

Thanks
Post Reply