mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
Enabled multi-touch
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef FIXED_MULTITOUCH
|
||||
self.multipleTouchEnabled = YES;
|
||||
|
||||
SDL_Touch touch;
|
||||
touch.id = 0; //TODO: Should be -1?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user