Removed autofire for on-screen keyboard, the feature is unused and complicated

This commit is contained in:
pelya
2014-03-01 18:45:03 +02:00
parent 6837d5e0f1
commit b40e28f3a7
8 changed files with 49 additions and 255 deletions

View File

@@ -87,10 +87,6 @@ extern DECLSPEC
#endif
SDLCALL SDL_ANDROID_GetScreenKeyboardButtonKey(int buttonId);
/* Buttons 0 and 1 may have auto-fire state */
extern DECLSPEC int SDLCALL SDL_ANDROID_SetScreenKeyboardAutoFireButtonsAmount(int nbuttons);
extern DECLSPEC int SDLCALL SDL_ANDROID_GetScreenKeyboardAutoFireButtonsAmount(void);
/* Hide all on-screen buttons (not the QWERTY text input) */
extern DECLSPEC int SDLCALL SDL_ANDROID_SetScreenKeyboardShown(int shown);
extern DECLSPEC int SDLCALL SDL_ANDROID_GetScreenKeyboardShown(void);