cocoaTouch/SDL_uikitview.m
changeset 2685 0ba746be5d59
parent 2683 bad2a30d5d6c
--- a/cocoaTouch/SDL_uikitview.m	Thu Jan 07 22:59:14 2010 +0000
+++ b/cocoaTouch/SDL_uikitview.m	Fri Jan 08 01:12:51 2010 +0000
@@ -164,7 +164,7 @@
 
 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
 	initialDistance = 0;
-	NSLog(@"touches ended, sigh");
+//	NSLog(@"touches ended, sigh");
 	
 	HW_allKeysUp();
 	/*NSEnumerator *enumerator = [touches objectEnumerator];
@@ -216,6 +216,7 @@
 		else HW_aimDown();
 	}
 	
+	// end pinch detection
 	if (2 == [touches count]) {
 		NSArray *twoTouches = [touches allObjects];
 		UITouch *first = [twoTouches objectAtIndex:0];