摘要:
单点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 ... 阅读全文
posted @ 2013-08-27 23:09
thc
阅读(422)
评论(0)
推荐(0)
浙公网安备 33010602011771号