| Pakiet | mx.automation |
| Interfejs | public interface IAutomationMouseSimulator |
| Implementory | AutomationManager |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
mouseX and mouseY properties and
call the active simulator's version if a simulator is present.
Powiązane elementy interfejsu API
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Called when a DisplayObject retrieves the mouseX property. | IAutomationMouseSimulator | ||
Called when a DisplayObject retrieves mouseY property. | IAutomationMouseSimulator | ||
Szczegół metody
getMouseX | () | metoda |
public function getMouseX(item:DisplayObject):Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves the mouseX property.
Parametry
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The x coordinate of the mouse position relative to item.
|
getMouseY | () | metoda |
public function getMouseY(item:DisplayObject):Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves mouseY property.
Parametry
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The y coordinate of the mouse position relative to item.
|
Tue Jun 12 2018, 12:06 PM Z