class flash.events.KeyboardEvent extends Event

Available on flash

Class Fields

static var KEY_DOWN:String

static var KEY_UP:String

Instance Fields

function new(type:String, ?bubbles:Bool, ?cancelable:Bool, ?charCodeValue:UInt, ?keyCodeValue:UInt, ?keyLocationValue:KeyLocation, ?ctrlKeyValue:Bool, ?altKeyValue:Bool, ?shiftKeyValue:Bool):Void