mirror of https://github.com/axmolengine/axmol.git
add multiple touches toggle to iOS.
This commit is contained in:
parent
e423babd64
commit
da76cfdc79
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue