wxWidgets 3.0 的多点触控手势?
Multitouch-gestures with wxWidgets 3.0?
因为 Google 并没有真正显示任何可用的结果:mutlitouch-gestures 在 wxWidgets 3.0 中可用吗?如果是:什么 类 用于此或我在哪里可以找到相关手册?
谢谢!
3.0
不,但是从 3.1.1
你可能会发现 wxGestureEvent 有用。
"raw touch events"还有一个open PR。
因为 Google 并没有真正显示任何可用的结果:mutlitouch-gestures 在 wxWidgets 3.0 中可用吗?如果是:什么 类 用于此或我在哪里可以找到相关手册?
谢谢!
3.0
不,但是从 3.1.1
你可能会发现 wxGestureEvent 有用。
"raw touch events"还有一个open PR。