View source
enum abstract KeyCharPressEventState(Int)
package koui.events
from Int to Int
import koui.events.KeyEvent
Variables
inlineread onlyKeyHold:KeyCharPressEventState = flag(0)
Fired on the first frame a key is pressed down and on all consecutive time steps of the key press interval.