Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.

There is currently no implementation and therefore no support.
This commit is contained in:
Philipp Wiesemann 2013-05-05 15:39:37 +02:00
parent ffd1362c16
commit 023c495919

View file

@ -314,7 +314,7 @@ PSP_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
/* TO Write Me*/ /* TO Write Me*/
SDL_bool PSP_HasScreenKeyboardSupport(_THIS) SDL_bool PSP_HasScreenKeyboardSupport(_THIS)
{ {
return SDL_TRUE; return SDL_FALSE;
} }
void PSP_ShowScreenKeyboard(_THIS, SDL_Window *window) void PSP_ShowScreenKeyboard(_THIS, SDL_Window *window)
{ {