我在 Actionscript (Adobe Air) 上编码并尝试在 Windows 7 上测试触摸事件,但它似乎不起作用。我该如何测试它?
this.stage.addEventListener(TransformGestureEvent.GESTURE_SWIPE, onSwipe);
private function onSwipe(e:TransformGestureEvent):void
{
trace('touch swipe! ' + e.offsetX);
}
我在 Actionscript (Adobe Air) 上编码并尝试在 Windows 7 上测试触摸事件,但它似乎不起作用。我该如何测试它?
this.stage.addEventListener(TransformGestureEvent.GESTURE_SWIPE, onSwipe);
private function onSwipe(e:TransformGestureEvent):void
{
trace('touch swipe! ' + e.offsetX);
}