mirror of
https://github.com/yawut/SDL.git
synced 2026-06-21 11:59:49 -05:00
Enabled multi-touch
This commit is contained in:
parent
f03c39f88c
commit
469fecbf1f
|
|
@ -47,6 +47,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef FIXED_MULTITOUCH
|
||||
self.multipleTouchEnabled = YES;
|
||||
|
||||
SDL_Touch touch;
|
||||
touch.id = 0; //TODO: Should be -1?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user