文章分类 - cocos2d
摘要:单点touch 代理 1 @protocol CCTargetedTouchDelegate 2 3 /** Return YES to claim the touch. 4 5 @since v0.8 6 7 */ 8 9 - (BOOL)ccTouchBegan:(UITouch *)touch withEvent:(UIEvent *)event;10 11 @optional12 13 // touch updates:14 15 - (void)ccTouchMoved:(UITouch *)touch withEvent:(UIEvent *)event;16 17 ...
阅读全文
浙公网安备 33010602011771号