Class mx.events.LowLevelEvents

mx.events.LowLevelEvents

Description

support for low-level DOM mouse events

Field Index

__q_mouseMove, _fEventDispatcher, _onDragOut, _onDragOver, _onMouseDown, _onMouseMove, _onMouseUp, _onPress, _onRelease, _onReleaseOutside, _onRollOut, _onRollOver, classConstructed, createEvent, dispatchEvent, mouseEvents, somewhereEvents, UIEventDispatcherDependency

Method Index

addMouseEvents(), addSomewhereEvents(), classConstruct(), enableLowLevelEvents(), onDragOut(), onDragOver(), onMouseDown(), onMouseMove(), onMouseUp(), onPress(), onRelease(), onReleaseOutside(), onRollOut(), onRollOver(), removeMouseEvents(), removeSomewhereEvents()

Field Detail

mouseEvents

static mouseEvents:Object

somewhereEvents

static somewhereEvents:Object

_onMouseMove

_onMouseMove:Function

_onMouseDown

_onMouseDown:Function

_onMouseUp

_onMouseUp:Function

_onRollOver

_onRollOver:Function

_onRollOut

_onRollOut:Function

_onDragOver

_onDragOver:Function

_onDragOut

_onDragOut:Function

_onPress

_onPress:Function

_onRelease

_onRelease:Function

_onReleaseOutside

_onReleaseOutside:Function

createEvent

createEvent:Function

dispatchEvent

dispatchEvent:Function

_fEventDispatcher

static _fEventDispatcher:UIEventDispatcher

__q_mouseMove

__q_mouseMove:Array

classConstructed

static classConstructed:Boolean

UIEventDispatcherDependency

static UIEventDispatcherDependency

Method Detail

addMouseEvents

static function addMouseEvents(obj:
Object):Void

removeMouseEvents

static function removeMouseEvents(obj:
Object):Void

addSomewhereEvents

static function addSomewhereEvents(obj:
Object):Void

removeSomewhereEvents

static function removeSomewhereEvents(obj:
Object):Void

onMouseMove

function onMouseMove(Void):Void

onRollOver

function onRollOver(Void):Void

onRollOut

function onRollOut(Void):Void

onPress

function onPress(Void):Void

onRelease

function onRelease(Void):Void

onReleaseOutside

function onReleaseOutside(Void):Void

onDragOver

function onDragOver(Void):Void

onDragOut

function onDragOut(Void):Void

onMouseDown

function onMouseDown(Void):Void

onMouseUp

function onMouseUp(Void):Void

enableLowLevelEvents

static function enableLowLevelEvents()

classConstruct

static function classConstruct():
Boolean