Static variables

Constructor

@:value({ shiftKey : false, altKey : false, ctrlKey : false, localY : 0, localX : 0, cancelable : false, bubbles : true })new(type:String, bubbles:Bool = true, cancelable:Bool = false, ?phase:String, localX:Float = 0, localY:Float = 0, ctrlKey:Bool = false, altKey:Bool = false, shiftKey:Bool = false)

Variables

Methods

Inherited Variables

Defined by Event

read onlybubbles:Bool

read onlycancelable:Bool

read onlytarget:Dynamic

read onlytype:String

Inherited Methods