mirror of https://github.com/axmolengine/axmol.git
Change the class name of textfield to compare, so that you can touch anywhere outside of the virtual keyboard.
This commit is contained in:
parent
c903c1a9a9
commit
a2de02cc19
|
@ -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