Already fixed the Android/iOS event initialization

This commit is contained in:
Sam Lantinga
2012-11-09 08:48:23 -08:00
parent 4ae5f8a7f2
commit abe40261ce

View File

@@ -2842,12 +2842,7 @@ SDL_HasScreenKeyboardSupport(void)
if (_this && _this->SDL_HasScreenKeyboardSupport) {
return _this->SDL_HasScreenKeyboardSupport(_this);
}
/* FIXME: The event system queries this before we initialize our video driver */
#if __IPHONEOS__ || __ANDROID__
return SDL_TRUE;
#else
return SDL_FALSE;
#endif
}
SDL_bool