mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 02:47:39 +00:00
backout SDL_AndroidSetInputType()
This commit is contained in:
parent
6ef3bc5688
commit
8b1a2fe860
5 changed files with 1 additions and 44 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue