A KeyCodeStatus event is fired on the first frame a key was pressed down or was released, so everytime the key's status was changed.

Constructor

new(element:Null<Element>, state:KeyCodeStatusEventState, keyCode:KeyCode)

Methods

Inherited Variables

Defined by KeyCodeEvent

finalkeyCode:KeyCode

The key code that corresponds to the key that triggered the event.

Defined by Event

finalelement:Null<Element>

The element that receives this event. If null, this event is not dispatched.

privatefinalstate:Int

Inherited Methods