From 5ff2ac31236e9cd62dc37ce210f9d724137af7d0 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Sun, 8 Jan 2012 13:49:40 +0000 Subject: [PATCH] removed the automatic 'OK' action after a pan and move event. I misunderstood what the Android port was doing --- JGE/src/iOS/EAGLView.m | 1 - 1 file changed, 1 deletion(-) diff --git a/JGE/src/iOS/EAGLView.m b/JGE/src/iOS/EAGLView.m index 254e72d47..6ec56e52e 100755 --- a/JGE/src/iOS/EAGLView.m +++ b/JGE/src/iOS/EAGLView.m @@ -406,7 +406,6 @@ static NSString *_MY_AD_WHIRL_APPLICATION_KEY_IPAD = @"2e70e3f3da40408588b9a3170 if (!(( ((int)abs( (int) velocity.x)) > 300) || ((int) (abs( (int) velocity.y)) > 300))) { g_engine->LeftClicked(newLocation.x, newLocation.y); - g_engine->HoldKey_NoRepeat( JGE_BTN_OK ); } else {