Keypresses seem to never be released

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
Scyllinice
Posts: 2
Joined: Tue Oct 14, 2008 3:38 am

Keypresses seem to never be released

Post by Scyllinice »

Hello,

It appears that when I press and release a key, it stays in the down state.

How do I make sure it registers as released?

I'm using the code in http://irrlicht.sourceforge.net/docu/example004.html as a base.
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

How are you checking for key states? I'm guessing that you're doing it wrong. Given that there is no key handling code in example 4, it might have been useful for you to have posted your key handling code in the thread so it could be reviewed. Also, it might be in our best interests to do a search for EET_KEY_INPUT_EVENT AND PressedDown.

Travis
Post Reply