Package | sekati.external |
Class | public final class ExternalMouseWheel |
Inheritance | ExternalMouseWheel ![]() |
ExternalInterface and dispatching
an ExternalMouseWheelEvent. These events will only
be dispatched if the client is a Mac.
Property | Defined by | ||
---|---|---|---|
$ : ExternalMouseWheel
[static][read-only]
Shorthand singleton accessor getter
| ExternalMouseWheel |
Method | Defined by | ||
---|---|---|---|
ExternalMouseWheel($:SingletonEnforcer = null)
ExternalMouseWheel Singleton Constructor
| ExternalMouseWheel | ||
[static]
Singleton Accessor
| ExternalMouseWheel | ||
init():void
Initialize.
| ExternalMouseWheel |
Method | Defined by | ||
---|---|---|---|
externalMouseEvent(delta:int):void
Catch the callback from javascript and dispatch an ExternalMouseEvent to mac clients.
| ExternalMouseWheel | ||
timerHandler(e:TimerEvent):void
| ExternalMouseWheel |
$ | property |
$:ExternalMouseWheel
[read-only]Shorthand singleton accessor getter
Implementation public static function get $():ExternalMouseWheel
ExternalMouseWheel | () | constructor |
public function ExternalMouseWheel($:SingletonEnforcer = null)
ExternalMouseWheel Singleton Constructor
Parameters$:SingletonEnforcer (default = null ) — SingletonEnforcer - internal to the AS file; the param prevents external instantiation without error.
|
externalMouseEvent | () | method |
protected function externalMouseEvent(delta:int):void
Catch the callback from javascript and dispatch an ExternalMouseEvent to mac clients.
Parametersdelta:int — - mousewheel delta.
|
getInstance | () | method |
public static function getInstance():ExternalMouseWheel
Singleton Accessor
ReturnsExternalMouseWheel —
ExternalMouseWheel
|
init | () | method |
public function init():void
Initialize.
timerHandler | () | method |
protected function timerHandler(e:TimerEvent):void
Parameters
e:TimerEvent |