我在 iPhone5 上的触摸有问题。问题出在以下方法中:
- (void) ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
// Here I do something
}
这是图片 - http://postimg.org/image/qrokz07g1/
触摸仅在绿色区域有效。在红色区域,它不起作用。有没有人有办法解决吗?
我在 iPhone5 上的触摸有问题。问题出在以下方法中:
- (void) ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
// Here I do something
}
这是图片 - http://postimg.org/image/qrokz07g1/
触摸仅在绿色区域有效。在红色区域,它不起作用。有没有人有办法解决吗?