Browse Source

winphone: changed behavior of Back key to satisfy M$'s certification requirements.

Wei Mingzhi 9 years ago
parent
commit
e9ed3c1463
1 changed files with 2 additions and 0 deletions
  1. 2 0
      input.c

+ 2 - 0
input.c

@@ -107,6 +107,8 @@ PAL_KeyboardEventFilter(
             exit(0);
          }
          g_uiLastBackKeyTime = SDL_GetTicks();
+         VIDEO_UpdateScreen(NULL);
+         UTIL_Delay(800);
          break;
 #endif