0

Please advise me if it is possible to control the mouse cursor using the keyboard in ActionScript 3.0.

4

1 回答 1

3

不,那是不可能的。

您可以获得的壁橱是通常由鼠标输入调度的“伪造”事件,例如

dispatchEvent( new MouseEvent(MouseEvent.CLICK) );

您还可以隐藏光标并创建自己的 DisplayObject 来表示其位置。

于 2013-08-29T02:03:19.767 回答