mirror of https://github.com/axmolengine/axmol.git
[ci skip]when keyboard is popup, engine should not continue to handle touch events
This commit is contained in:
parent
f2db054edb
commit
78a167fec1
|
@ -406,6 +406,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved.
|
|||
if (isKeyboardShown_)
|
||||
{
|
||||
[self handleTouchesAfterKeyboardShow];
|
||||
return;
|
||||
}
|
||||
|
||||
UITouch* ids[IOS_MAX_TOUCHES_COUNT] = {0};
|
||||
|
|
Loading…
Reference in New Issue