我在哪里可以找到所有(许多)触摸屏手势的列表,包括适用于 iPad 的复杂 4 指和 5 指手势,以及合理的技术实施指南和代码(C++/Java)示例?
3 回答
经过两天的搜索,我找到了这些链接:
http://en.wikipedia.org/wiki/Multi-touch#Multi-touch_gestures - 简单的手势
http://blogs.computerworld.com/18672/the_lion_multitouch_gesture_guide - Apple 设备上更复杂的多指手势
http://medialoot.com/item/40-vector-multitouch-gestures - 40 种多点触控手势
不幸的是,在苹果的手势专利中没有发现任何可用的东西。
这些链接可能有用:
http://www.codeproject.com/Articles/27354/Implementing-Mouse-Gestures-in-Java-Swing-Step-by
http://www.igesture.org/impl_gesturerepresentation.html
http://britg.com/2011/05/14/complex-gesture-recognition-in-ios-part-1-the-research
带有手势的图片:http: //graffletopia.com/stencils/432
Apple 的描述和视频参考:http: //www.apple.com/osx/what-is/gestures.html
Dan Rodney 的 MacOS X 多点触控手势列表:http ://www.danrodney.com/mac/multitouch.html
尽管这可能无济于事,但您可以查看以下内容: Gesture Coder: A Tool for Programming Multi-Touch Gestures by Demonstration
有一个教程将 iOS 开发人员指南中的这些文章连接起来:An iPhone iOS 5 Gesture Recognition Tutorial
这些是 iOS 开发者库中的相关文章。