Paket | mx.automation |
Arabirim | public interface IAutomationMouseSimulator |
Uygulayıcılar | AutomationManager |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
mouseX
and mouseY
properties and
call the active simulator's version if a simulator is present.
İlgili API Öğeleri
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Called when a DisplayObject retrieves the mouseX property. | IAutomationMouseSimulator | ||
Called when a DisplayObject retrieves mouseY property. | IAutomationMouseSimulator |
Yöntem Ayrıntısı
getMouseX | () | yöntem |
public function getMouseX(item:DisplayObject):Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves the mouseX
property.
Parametreler
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The x coordinate of the mouse position relative to item.
|
getMouseY | () | yöntem |
public function getMouseY(item:DisplayObject):Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves mouseY
property.
Parametreler
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The y coordinate of the mouse position relative to item.
|
Tue Jun 12 2018, 01:09 PM Z