Static variables
Constructor
@:value({ shiftKey : false, altKey : false, ctrlKey : false, offsetY : 0, offsetX : 0, rotation : 0, scaleY : 1, scaleX : 1, 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, scaleX:Float = 1, scaleY:Float = 1, rotation:Float = 0, offsetX:Float = 0, offsetY:Float = 0, ctrlKey:Bool = false, altKey:Bool = false, shiftKey:Bool = false)
Variables
Inherited Variables
Inherited Methods