Static variables

staticread onlyCLICK:EventType<MouseEvent>

@:require(flash11_2)staticread onlyCONTEXT_MENU:EventType<MouseEvent>

@:require(flash11_2)staticread onlyMIDDLE_CLICK:EventType<MouseEvent>

@:require(flash11_2)staticread onlyMIDDLE_MOUSE_DOWN:EventType<MouseEvent>

@:require(flash11_2)staticread onlyMIDDLE_MOUSE_UP:EventType<MouseEvent>

staticread onlyMOUSE_UP:EventType<MouseEvent>

@:require(flash11_3)staticread onlyRELEASE_OUTSIDE:EventType<MouseEvent>

@:require(flash11_2)staticread onlyRIGHT_CLICK:EventType<MouseEvent>

@:require(flash11_2)staticread onlyRIGHT_MOUSE_DOWN:EventType<MouseEvent>

@:require(flash11_2)staticread onlyRIGHT_MOUSE_UP:EventType<MouseEvent>

staticread onlyROLL_OUT:EventType<MouseEvent>

Constructor

@:value({ clickCount : 0, commandKey : false, delta : 0, buttonDown : false, shiftKey : false, altKey : false, ctrlKey : false, relatedObject : null, localY : 0, localX : 0, cancelable : false, bubbles : true })new(type:String, bubbles:Bool = true, cancelable:Bool = false, localX:Float = 0, localY:Float = 0, ?relatedObject:InteractiveObject, ctrlKey:Bool = false, altKey:Bool = false, shiftKey:Bool = false, buttonDown:Bool = false, delta:Int = 0, commandKey:Bool = false, clickCount:Int = 0)

Variables

@:flash.propertyaltKey:Bool

@:flash.propertybuttonDown:Bool

@:flash.propertyread onlyclickCount:Int

@:flash.propertycommandKey:Bool

@:flash.propertycontrolKey:Bool

@:flash.propertyctrlKey:Bool

@:flash.propertydelta:Int

@:flash.property@:require(flash10)isRelatedObjectInaccessible:Bool

@:flash.propertylocalX:Float

@:flash.propertylocalY:Float

@:flash.property@:require(flash11_2)movementX:Float

@:flash.property@:require(flash11_2)movementY:Float

@:flash.propertyshiftKey:Bool

@:flash.propertystageX:Float

@:flash.propertystageY:Float

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