mirror of https://github.com/axmolengine/axmol.git
[iOS] Enabling multiple touch event for TestJavascript, multi-platform-js, multiplatform-lua.Disabling multiple touch event for multi-platform-cpp.
This commit is contained in:
parent
c2e1d9e914
commit
d5bbcce165
|
@ -35,6 +35,8 @@ static AppDelegate s_sharedApplication;
|
|||
multiSampling: NO
|
||||
numberOfSamples: 0 ];
|
||||
|
||||
[__glView setMultipleTouchEnabled:YES];
|
||||
|
||||
// Use RootViewController manage EAGLView
|
||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||
viewController.wantsFullScreenLayout = YES;
|
||||
|
|
|
@ -35,7 +35,6 @@ static AppDelegate s_sharedApplication;
|
|||
sharegroup: nil
|
||||
multiSampling: NO
|
||||
numberOfSamples: 0];
|
||||
[__glView setMultipleTouchEnabled:YES];
|
||||
|
||||
// Use RootViewController manage EAGLView
|
||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||
|
|
|
@ -28,6 +28,8 @@ static AppDelegate s_sharedApplication;
|
|||
sharegroup: nil
|
||||
multiSampling: NO
|
||||
numberOfSamples: 0 ];
|
||||
|
||||
[__glView setMultipleTouchEnabled:YES];
|
||||
|
||||
// Use RootViewController manage EAGLView
|
||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||
|
|
|
@ -51,6 +51,7 @@ static AppDelegate s_sharedApplication;
|
|||
multiSampling: NO
|
||||
numberOfSamples: 0 ];
|
||||
|
||||
[__glView setMultipleTouchEnabled:YES];
|
||||
// Use RootViewController manage EAGLView
|
||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||
viewController.wantsFullScreenLayout = YES;
|
||||
|
|
Loading…
Reference in New Issue