mirror of
https://github.com/yawut/SDL.git
synced 2026-07-11 14:14:03 -05:00
Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.
There is currently no implementation and therefore no support.
This commit is contained in:
parent
6bf81bca0b
commit
bf4b77bbce
|
|
@ -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…
Reference in New Issue
Block a user