Merge pull request #10191 from fusijie/multipletouches

[ci skip]add multiple touches toggle to iOS.
This commit is contained in:
minggo 2015-01-23 15:56:54 +08:00
commit eaba6ad9c3
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ static AppDelegate s_sharedApplication;
sharegroup: nil
multiSampling: NO
numberOfSamples: 0 ];
// Enable or disable multiple touches
[eaglView setMultipleTouchEnabled:NO];
// Use RootViewController manage CCEAGLView
_viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];