Static variables

Constructor

@:value({ commandKeyValue : false, controlKeyValue : false, shiftKeyValue : false, altKeyValue : false, ctrlKeyValue : false, keyLocationValue : null, keyCodeValue : 0, charCodeValue : 0, cancelable : false, bubbles : false })new(type:String, bubbles:Bool = false, cancelable:Bool = false, charCodeValue:UInt = 0, keyCodeValue:UInt = 0, ?keyLocationValue:Null<KeyLocation>, ctrlKeyValue:Bool = false, altKeyValue:Bool = false, shiftKeyValue:Bool = false, controlKeyValue:Bool = false, commandKeyValue:Bool = false)

Variables

@:flash.propertyaltKey:Bool

@:flash.propertycharCode:UInt

@:flash.propertycommandKey:Bool

@:flash.propertycontrolKey:Bool

@: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:Object

@:flash.propertyread onlyeventPhase:EventPhase

@:flash.propertyread onlytarget:Object

@:flash.propertyread onlytype:String

Inherited Methods