Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.
There is currently no implementation and therefore no support.
This commit is contained in:
parent
ffd1362c16
commit
023c495919
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ PSP_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo *info)
|
|||
/* TO Write Me*/
|
||||
SDL_bool PSP_HasScreenKeyboardSupport(_THIS)
|
||||
{
|
||||
return SDL_TRUE;
|
||||
return SDL_FALSE;
|
||||
}
|
||||
void PSP_ShowScreenKeyboard(_THIS, SDL_Window *window)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue