Hi, is there a way to programatically release a pressed key on a keyboard/joystick so functions like isKeyPressed won't return true unless the player releases that key physically and presses it again?
I wrote myself a wrapper module that allows seamless switching between keyboard and X360 controller and it is meant to work without the need of handling events and this little bit is the last thing I need to finish it.
Thanks for help