Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Enabled multi-touch
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 7, 2011
1 parent 052a266 commit bbb2ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/uikit/SDL_uikitview.m
Expand Up @@ -47,6 +47,8 @@ - (id)initWithFrame:(CGRect)frame {
#endif

#ifdef FIXED_MULTITOUCH
self.multipleTouchEnabled = YES;

SDL_Touch touch;
touch.id = 0; //TODO: Should be -1?

Expand Down

0 comments on commit bbb2ead

Please sign in to comment.