Commit 5b00b273 authored by Sam Lantinga's avatar Sam Lantinga

Enabled multi-touch

parent f33af0d1
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
#endif #endif
#ifdef FIXED_MULTITOUCH #ifdef FIXED_MULTITOUCH
self.multipleTouchEnabled = YES;
SDL_Touch touch; SDL_Touch touch;
touch.id = 0; //TODO: Should be -1? touch.id = 0; //TODO: Should be -1?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment