Package | mx.automation |
Interface | public interface IAutomationMouseSimulator |
Implementors | AutomationManager |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
mouseX
and mouseY
properties and
call the active simulator's version if a simulator is present.
Learn more
Related API Elements
Public Methods
Method | Defined By | ||
---|---|---|---|
Called when a DisplayObject retrieves the mouseX property. | IAutomationMouseSimulator | ||
Called when a DisplayObject retrieves mouseY property. | IAutomationMouseSimulator |
Method Detail
getMouseX | () | method |
public function getMouseX(item:DisplayObject):Number
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
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
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
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.
|
Mon Nov 28 2011, 06:48 AM -08:00