Re-implemented single mouse touches on the iPhone/iPad

This commit is contained in:
Sam Lantinga 2010-07-06 22:08:19 -07:00
parent 52b4147239
commit 44280ae564
3 changed files with 40 additions and 10 deletions

View file

@ -38,7 +38,7 @@
#else
@interface SDL_uikitview : UIView {
#endif
#if FIXME_MULTITOUCH
SDL_Mouse mice[MAX_SIMULTANEOUS_TOUCHES];
#endif