multitouchscreen
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A class for handling mulitouch info from the iOS, useful in situations where user input needs to be synchronized with rendering. Also useful if you need to adapt a mouse-based app for the iOS multitouch environment.
# MultiTouchScreen for iPhone

By [David Petrie](http://www.davidpetrie.com)


MultiTouchScreen is an Objective-C++ extension  to the GLView, and is a wrapper around the multitouch functionality of the iPhone and iPod Touch.  It was adapted from the "TouchScreen" class in the [Oolong Engine](http://www.oolongengine.com).

This class is intended to be used in apps that need to synchronize user input and rendering.  It is also useful if you want to convert multitouch input into another form of input, such as mouse or trackball input.

The library is currently used in a game on the iTunes App Store called [Smashed](http://smashed.hackdirt.com).


## Note on the Demo Project

The demo project demonstrates the multitouch screen in an iOS app.  When you initially run the demo, it will show a black screen.  You must touch the screen to see the pretty colours (try with more than one finger).

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。