Enabled multi-touch

This commit is contained in:
Sam Lantinga 2011-03-07 09:58:21 -08:00
parent f03c39f88c
commit 469fecbf1f

View File

@ -47,6 +47,8 @@
#endif
#ifdef FIXED_MULTITOUCH
self.multipleTouchEnabled = YES;
SDL_Touch touch;
touch.id = 0; //TODO: Should be -1?