[ci skip]when keyboard is popup, engine should not continue to handle touch events

This commit is contained in:
Knox 2017-09-28 10:25:25 +08:00 committed by minggo
parent f2db054edb
commit 78a167fec1
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ Copyright (C) 2008 Apple Inc. All Rights Reserved.
if (isKeyboardShown_)
{
[self handleTouchesAfterKeyboardShow];
return;
}
UITouch* ids[IOS_MAX_TOUCHES_COUNT] = {0};