Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Already fixed the Android/iOS event initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 9, 2012
1 parent 92b2d88 commit af4b382
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/video/SDL_video.c
Expand Up @@ -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
Expand Down

0 comments on commit af4b382

Please sign in to comment.