| Package | mx.automation |
| Interface | public interface IAutomationMouseSimulator |
mouseX and mouseY properties and
call the active simulator's version if a simulator is present.
See also
| Method | Defined By | ||
|---|---|---|---|
|
Called when a DisplayObject retrieves the mouseX property.
| IAutomationMouseSimulator | ||
|
Called when a DisplayObject retrieves mouseY property.
| IAutomationMouseSimulator | ||
| getMouseX | () | method |
public function getMouseX(item:DisplayObject):Number
Called when a DisplayObject retrieves the mouseX property.
Parameters
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The x coordinate of the mouse position relative to item.
|
| getMouseY | () | method |
public function getMouseY(item:DisplayObject):Number
Called when a DisplayObject retrieves mouseY property.
Parameters
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The y coordinate of the mouse position relative to item.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/automation/IAutomationMouseSimulator.html