【发布时间】:2013-05-13 09:53:12
【问题描述】:
anyTouchEndedThisFrame 一定是有问题的,如有错误请指正
-(void) moveObjectToNewPosition:(KKInput *)input
{
if (input.anyTouchEndedThisFrame) {
[self touchesEnded:[input locationOfAnyTouchInPhase:KKTouchPhaseAny]];
} if (input.anyTouchBeganThisFrame) {
[self touchesBegan:[input locationOfAnyTouchInPhase:KKTouchPhaseBegan]];
}
【问题讨论】: