Document renamed API functions in SDL_keyboard.h

This commit is contained in:
Sam Lantinga
2023-01-04 15:41:35 -08:00
parent 1dc119c316
commit 0901657278
2 changed files with 17 additions and 0 deletions

View File

@@ -361,6 +361,13 @@ The following functions have been removed:
* SDL_JoystickPathForIndex() - replaced with SDL_GetJoystickInstancePath()
* SDL_NumJoysticks - replaced with SDL_GetJoysticks()
## SDL_keyboard.h
The following functions have been renamed:
* SDL_IsScreenKeyboardShown() => SDL_ScreenKeyboardShown()
* SDL_IsTextInputActive() => SDL_TextInputActive()
* SDL_IsTextInputShown() => SDL_TextInputShown()
## SDL_keycode.h
The following symbols have been renamed: