Is it possible to trigger an event or setup a listener on key up instead of key press?
For instance when they release the key it would add whatever key to the string. It would help for homemade user input for graphical programs. Otherwise I have to put in a delay so it isnt a million times a second >.<
I know C++ native has a WM_KEYUP or something like it.