View source
enum abstract KeyCodeStatusEventState(Int)
package koui.events
from Int to Int
import koui.events.KeyEvent
Variables
inlineread onlyKeyDown:KeyCodeStatusEventState = flag(0)
Fired on the first frame a key is pressed down.
inlineread onlyKeyUp:KeyCodeStatusEventState = flag(1)
Fired on the first frame after a key was released.