Access to keyboard key presses
Posted: 29 Jul 2010, 09:53
I'm having trouble to get access to reliable key presses of the keyboard (up and down keys in my case). Method that I'm using right now is to run application modul with "--LogKeyboard=1" and to read out the values of the "KeyDown" state at the beggining of my implementation of the ApplicationBase::Process function. Problem is that not all of the key-presses are received, so I need to press the key a bunch of times until it's received by the framework.
Is there a better way to do this?
Is there a better way to do this?