iphone app 中的多点触摸实例

源代码在线查看: main.m

软件大小: 969 K
上传用户: hwyzy
关键词: iphone app 多点触摸
下载地址: 免注册下载 普通下载 VIP

相关代码

				//				//  main.m				//  MultiTouchDemo				//				//  Created by Jason Beaver on 5/29/08.				//  Copyright Apple Inc. 2008. All rights reserved.				//								#import 								int main(int argc, char *argv[]) {										NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];					int retVal = UIApplicationMain(argc, argv, nil, nil);					[pool release];					return retVal;				}							

相关资源