backout SDL_AndroidSetInputType()

This commit is contained in:
Sylvain 2021-10-17 23:47:59 +02:00
parent 6ef3bc5688
commit 8b1a2fe860
No known key found for this signature in database
GPG key ID: 5F87E02E5BC0939E
5 changed files with 1 additions and 44 deletions

View file

@ -395,17 +395,6 @@ extern DECLSPEC SDL_bool SDLCALL SDL_AndroidRequestPermission(const char *permis
*/
extern DECLSPEC int SDLCALL SDL_AndroidShowToast(const char* message, int duration, int gravity, int xoffset, int yoffset);
/* Set Android IME Input Type
* Call this method before calling SDL_StartTextInput()
*
* \param type
* 0 normal: use input method
* 1 password (default): can not use input methodjust use english
*
* \returns 0 if success, -1 if any error occurs.
*/
extern DECLSPEC int SDLCALL SDL_AndroidSetInputType(int type);
#endif /* __ANDROID__ */
/* Platform specific functions for WinRT */