在 Flash 构建器中按下鼠标捕获 Control 键。
我在我的应用程序中使用 PanZoomComponent 。当用户按住控制键并按下鼠标时,我想通过设置 PanZoomComponent 对象的属性 childPreventsPan = false;
来显示手形工具。简而言之,在控制键和鼠标按下的组合中,如果不是光标,我想显示手形工具。任何帮助表示赞赏。
I'm using PanZoomComponent in my application. When a user holds down control key with mouse press, I want to show hand tool by making PanZoomComponent object's propery childPreventsPan = false;
. In short at combination of control key and mouse press I want to show Hand tool if not cursor. Any help is appreciated.
使用特殊标志
ctrlKeyflash.events.MouseEvent
的代码>。Use special flag
ctrlKey
offlash.events.MouseEvent
.