패키지 | mx.automation |
인터페이스 | public interface IAutomationMouseSimulator |
구현자 | AutomationManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
mouseX
and mouseY
properties and
call the active simulator's version if a simulator is present.
기타 예제
관련 API 요소
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Called when a DisplayObject retrieves the mouseX property. | IAutomationMouseSimulator | ||
Called when a DisplayObject retrieves mouseY property. | IAutomationMouseSimulator |
메서드 세부 정보
getMouseX | () | 메서드 |
public function getMouseX(item:DisplayObject):Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves the mouseX
property.
매개 변수
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The x coordinate of the mouse position relative to item.
|
getMouseY | () | 메서드 |
public function getMouseY(item:DisplayObject):Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Called when a DisplayObject retrieves mouseY
property.
매개 변수
item:DisplayObject — DisplayObject that simulates mouse movement.
|
Number — The y coordinate of the mouse position relative to item.
|
Tue Jun 12 2018, 03:17 PM Z