|
@@ -145,6 +145,8 @@ static const int max_touches = 8;
|
|
|
|
|
|
[self initTouches];
|
|
[self initTouches];
|
|
|
|
|
|
|
|
+ self.multipleTouchEnabled = YES;
|
|
|
|
+
|
|
// Configure and start accelerometer
|
|
// Configure and start accelerometer
|
|
if (!self.motionManager) {
|
|
if (!self.motionManager) {
|
|
self.motionManager = [[CMMotionManager alloc] init];
|
|
self.motionManager = [[CMMotionManager alloc] init];
|