Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的应用程序中启用 2 指捏缩放和 3 指拖动。
实现这些基本多点触控功能的最简单方法是什么?无需自定义手势,只需上面提到的两个多点触控功能:
2 指缩放 3 指平移。
谢谢!=)
将输入模式设置为gesture,然后监听事件:TransformGestureEvent.GesturePan和/或TransformGestureEvent.GestureZoom