Pacchetto | mx.automation |
Interfaccia | public interface IAutomationMouseSimulator |
Implementatori | AutomationManager |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
mouseX
and mouseY
properties and
call the active simulator's version if a simulator is present.
Altri esempi
Elementi API correlati
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Called when a DisplayObject retrieves the mouseX property. | IAutomationMouseSimulator | ||
Called when a DisplayObject retrieves mouseY property. | IAutomationMouseSimulator |
Descrizione dei metodi
getMouseX | () | metodo |
public function getMouseX(item:DisplayObject):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves the mouseX
property.
Parametri
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The x coordinate of the mouse position relative to item.
|
getMouseY | () | metodo |
public function getMouseY(item:DisplayObject):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves mouseY
property.
Parametri
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The y coordinate of the mouse position relative to item.
|
Tue Jun 12 2018, 02:44 PM Z