/* The native thread has finished */
 public static void handleNativeExit() {
   SDLActivity.mSDLThread = null;
   mSingleton.finish();
 }