摘要:
@interface GameLayer : CCLayer{float lastScale;}@end@implementation GameLayer-(id) init{ if ((self = [super init] )) {lastScale = 1.f; UIPinchGestureRecognizer *gestureRecognizer = [[[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handlePinchFrom:)] autorelease]; [[[CC... 阅读全文
posted @ 2012-05-23 20:35
pengyingh
阅读(819)
评论(0)
推荐(0)


浙公网安备 33010602011771号