Keyboard and Mouse 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
catman13
Posts: 8
Joined: Fri Jan 15, 2010 11:18 pm

Keyboard and Mouse input

Post by catman13 »

How do you grab keyboard and mouse input
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Grab, or get the values from it?
humbrol
Posts: 83
Joined: Sun Nov 18, 2007 8:22 pm

Post by humbrol »

http://irrlicht.sourceforge.net/docu/example004.html

covers how to capture keyboard input pretty well
catman13
Posts: 8
Joined: Fri Jan 15, 2010 11:18 pm

Still wont work

Post by catman13 »

I still can't get the keyboard input to work
Josie
Posts: 44
Joined: Sat Jul 25, 2009 4:08 am
Location: Griffin, Georgia, US
Contact:

Post by Josie »

We need a little more than 'can't get it to work', could you show us the code you're trying to use? and maybe telling us what you want it to do?
catman13
Posts: 8
Joined: Fri Jan 15, 2010 11:18 pm

Working now

Post by catman13 »

Hello,

Yesterday I got the keyboard input to work. I had left out the event thing at the end of creating the device.
Post Reply