Enabled multi-touch

This commit is contained in:
Sam Lantinga 2011-03-07 09:58:21 -08:00
parent f33af0d17b
commit 5b00b273ef

View file

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