mirror of https://github.com/axmolengine/axmol.git
Merge branch 'mchinensedit'
This commit is contained in:
commit
bc11fdd8f5
|
@ -718,6 +718,12 @@ static EAGLView *view = 0;
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSArray *)selectionRectsForRange:(UITextRange *)range
|
||||||
|
{
|
||||||
|
CCLOG("selectionRectsForRange");
|
||||||
|
return nil;
|
||||||
|
}
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark UIKeyboard notification
|
#pragma mark UIKeyboard notification
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue