cocoaTouch/SDLOverrides/SDL_uikitview.m
changeset 2740 03df0573a9fd
parent 2738 bfccb2ec4334
child 2754 ad4f81fbfb76
--- a/cocoaTouch/SDLOverrides/SDL_uikitview.m	Mon Feb 01 22:01:35 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitview.m	Wed Feb 03 03:01:44 2010 +0000
@@ -93,13 +93,11 @@
 
 void IPH_showControls (void) {
 	NSLog(@"Showing controls");
-	/*
 	[UIView beginAnimations:nil context:NULL];
 	[UIView setAnimationDuration:0.5];
 	attackButton.frame = CGRectMake(30, 430, 260, 50);
 	menuButton.frame = CGRectMake(0, 430, 30, 50);
 	[UIView commitAnimations];
-	*/
 }
 
 #pragma mark -
@@ -114,7 +112,7 @@
 
 #pragma mark -
 #pragma mark Custom SDL_UIView input handling
-#define kMinimumPinchDelta	30
+#define kMinimumPinchDelta	40
 #define kMinimumGestureLength	10
 #define kMaximumVariance	3