From 2389bc1bc5139561607314fa735c3e7e6ac90999 Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Fri, 4 May 2012 14:57:02 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1302 7f0cb862-5218-0410-a997-914c9d46530a --- src/android/fg_main_android.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/android/fg_main_android.c b/src/android/fg_main_android.c index 77d5b96..67bdead 100644 --- a/src/android/fg_main_android.c +++ b/src/android/fg_main_android.c @@ -189,9 +189,9 @@ int32_t handle_input(struct android_app* app, AInputEvent* event) { and up events happen most often at the exact same time. This makes it impossible to animate based on key press time. */ /* e.g. down/up/wait/down/up rather than down/wait/down/wait/up */ - /* This looks like a bug in the virtual keyboard system :/ Real - buttons such as the Back button appear to work correctly (series - of down events with proper getRepeatCount value */ + /* This looks like a bug in the Android virtual keyboard system :/ + Real buttons such as the Back button appear to work correctly + (series of down events with proper getRepeatCount value). */ if (AInputEvent_getType(event) == AINPUT_EVENT_TYPE_KEY) { /* LOGI("action: %d", AKeyEvent_getAction(event)); */ -- 1.7.10.4