mirror of https://github.com/axmolengine/axmol.git
Merge pull request #3963 from kpkhxlgy0/use
closed #2994: Can't click the area that outside of keyboard to close keyboard when using EditBox
This commit is contained in:
commit
fd0e84bfa2
|
@ -378,7 +378,7 @@ static CCEAGLView *view = 0;
|
||||||
|
|
||||||
for(UIView* view in subviews)
|
for(UIView* view in subviews)
|
||||||
{
|
{
|
||||||
if([view isKindOfClass:NSClassFromString(@"CustomUITextField")])
|
if([view isKindOfClass:NSClassFromString(@"CCCustomUITextField")])
|
||||||
{
|
{
|
||||||
if ([view isFirstResponder])
|
if ([view isFirstResponder])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue