| Pakket | mx.automation |
| Interface | public interface IAutomationMouseSimulator |
| Geïmplementeerd door | AutomationManager |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
mouseX and mouseY properties and
call the active simulator's version if a simulator is present.
Meer voorbeelden
Verwante API-elementen
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Called when a DisplayObject retrieves the mouseX property. | IAutomationMouseSimulator | ||
Called when a DisplayObject retrieves mouseY property. | IAutomationMouseSimulator | ||
Methodedetails
getMouseX | () | methode |
public function getMouseX(item:DisplayObject):Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | 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 | () | methode |
public function getMouseY(item:DisplayObject):Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z