mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 02:17:39 +00:00
Document renamed API functions in SDL_keyboard.h
This commit is contained in:
parent
1dc119c316
commit
0901657278
2 changed files with 17 additions and 0 deletions
|
@ -219,6 +219,11 @@
|
|||
#define SDL_JoystickUpdate SDL_UpdateJoysticks
|
||||
#define SDL_NumJoysticks SDL_GetNumJoysticks
|
||||
|
||||
/* ##SDL_keyboard.h */
|
||||
#define SDL_IsScreenKeyboardShown SDL_ScreenKeyboardShown
|
||||
#define SDL_IsTextInputActive SDL_TextInputActive
|
||||
#define SDL_IsTextInputShown SDL_TextInputShown
|
||||
|
||||
/* ##SDL_keycode.h */
|
||||
#define KMOD_ALT SDL_KMOD_ALT
|
||||
#define KMOD_CAPS SDL_KMOD_CAPS
|
||||
|
@ -526,6 +531,11 @@
|
|||
#define SDL_JoystickSetVirtualHat SDL_JoystickSetVirtualHat_renamed_SDL_SetJoystickVirtualHat
|
||||
#define SDL_JoystickUpdate SDL_JoystickUpdate_renamed_SDL_UpdateJoysticks
|
||||
|
||||
/* ##SDL_keyboard.h */
|
||||
#define SDL_IsScreenKeyboardShown SDL_IsScreenKeyboardShown_renamed_SDL_ScreenKeyboardShown
|
||||
#define SDL_IsTextInputActive SDL_IsTextInputActive_renamed_SDL_TextInputActive
|
||||
#define SDL_IsTextInputShown SDL_IsTextInputShown_renamed_SDL_TextInputShown
|
||||
|
||||
/* ##SDL_keycode.h */
|
||||
#define KMOD_ALT KMOD_ALT_renamed_SDL_KMOD_ALT
|
||||
#define KMOD_CAPS KMOD_CAPS_renamed_SDL_KMOD_CAPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue