mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
backout SDL_AndroidSetInputType()
This commit is contained in:
@@ -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 method,just 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 */
|
||||
|
||||
Reference in New Issue
Block a user