When pressing a key an Event is fired for that key being pressed. After that there is a timeout, in which no Event is fired for the same key still being pressed. The timeout seems to be about one second. After the timeout an Event is fired every frame.
Is it possible to control the lenght of this timeout, setting it to 0? Or is it possible to simply disable the timeout?