Static variables

staticfinalread onlyKEY_DOWN:String

staticfinalread onlyKEY_UP:String

Constructor

@:value({ shiftKeyValue : false, altKeyValue : false, ctrlKeyValue : false, keyLocationValue : flash.ui.KeyLocation.D_PAD, keyCodeValue : 0, charCodeValue : 0, cancelable : false, bubbles : true })new(type:String, bubbles:Bool = true, cancelable:Bool = false, charCodeValue:UInt = 0, keyCodeValue:UInt = 0, keyLocationValue:KeyLocation = flash.ui.KeyLocation.D_PAD, ctrlKeyValue:Bool = false, altKeyValue:Bool = false, shiftKeyValue:Bool = false)

Variables

@:flash.propertyaltKey:Bool

@:flash.propertycharCode:UInt

@:flash.propertyctrlKey:Bool

@:flash.propertykeyCode:UInt

@:flash.propertykeyLocation:KeyLocation

@:flash.propertyshiftKey:Bool

Methods

Inherited Variables

Defined by Event

@:flash.propertyread onlybubbles:Bool

@:flash.propertyread onlycancelable:Bool

@:flash.propertyread onlycurrentTarget:Dynamic

@:flash.propertyread onlyeventPhase:EventPhase

@:flash.propertyread onlytarget:Dynamic

@:flash.propertyread onlytype:String

Inherited Methods