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

Enabled multi-touch

parent f33af0d1
......@@ -47,6 +47,8 @@
#endif
#ifdef FIXED_MULTITOUCH
self.multipleTouchEnabled = YES;
SDL_Touch touch;
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