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
|
multiSampling: NO
|
||||||
numberOfSamples: 0 ];
|
numberOfSamples: 0 ];
|
||||||
|
|
||||||
|
[__glView setMultipleTouchEnabled:YES];
|
||||||
|
|
||||||
// Use RootViewController manage EAGLView
|
// Use RootViewController manage EAGLView
|
||||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||||
viewController.wantsFullScreenLayout = YES;
|
viewController.wantsFullScreenLayout = YES;
|
||||||
|
|
|
@ -35,7 +35,6 @@ static AppDelegate s_sharedApplication;
|
||||||
sharegroup: nil
|
sharegroup: nil
|
||||||
multiSampling: NO
|
multiSampling: NO
|
||||||
numberOfSamples: 0];
|
numberOfSamples: 0];
|
||||||
[__glView setMultipleTouchEnabled:YES];
|
|
||||||
|
|
||||||
// Use RootViewController manage EAGLView
|
// Use RootViewController manage EAGLView
|
||||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||||
|
|
|
@ -28,6 +28,8 @@ static AppDelegate s_sharedApplication;
|
||||||
sharegroup: nil
|
sharegroup: nil
|
||||||
multiSampling: NO
|
multiSampling: NO
|
||||||
numberOfSamples: 0 ];
|
numberOfSamples: 0 ];
|
||||||
|
|
||||||
|
[__glView setMultipleTouchEnabled:YES];
|
||||||
|
|
||||||
// Use RootViewController manage EAGLView
|
// Use RootViewController manage EAGLView
|
||||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||||
|
|
|
@ -51,6 +51,7 @@ static AppDelegate s_sharedApplication;
|
||||||
multiSampling: NO
|
multiSampling: NO
|
||||||
numberOfSamples: 0 ];
|
numberOfSamples: 0 ];
|
||||||
|
|
||||||
|
[__glView setMultipleTouchEnabled:YES];
|
||||||
// Use RootViewController manage EAGLView
|
// Use RootViewController manage EAGLView
|
||||||
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
|
||||||
viewController.wantsFullScreenLayout = YES;
|
viewController.wantsFullScreenLayout = YES;
|
||||||
|
|
Loading…
Reference in New Issue