View source
class KeyCodePressEvent
package koui.events
extends KeyCodeEvent › KeyEvent › Event
import koui.events.KeyEvent
A KeyCodePress
event is fired on the first frame a key is pressed and
after that on a certain time interval to simulate a OS-like input behaviour.
That interval can be controlled by EventHandler.KEY_REPEAT_DELAY
and
EventHandler.KEY_REPEAT_PERIOD
.
See also: