有人可以解释一下从 CGPoint 开始的这行代码到底发生了什么。这来自-(void)ccTouchesBegan
...
UITouch* touch = [touches anyObject];
CGPoint location = [touch locationInView:[touch view]];
特别是我不理解 [touch view] 部分。
谢谢
有人可以解释一下从 CGPoint 开始的这行代码到底发生了什么。这来自-(void)ccTouchesBegan
...
UITouch* touch = [touches anyObject];
CGPoint location = [touch locationInView:[touch view]];
特别是我不理解 [touch view] 部分。
谢谢