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.
Keypresses seem to never be released
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
Travis