SDL API renaming: internal functions

This commit is contained in:
Sam Lantinga 2022-12-27 15:05:51 -08:00
parent 25336d053a
commit 36d4395c97
92 changed files with 1164 additions and 1164 deletions

View file

@ -664,7 +664,7 @@ SDL_UCS4ToUTF8(Uint32 ch, char *dst)
}
/* Public functions */
int SDL_KeyboardInit(void)
int SDL_InitKeyboard(void)
{
/* Set the default keymap */
SDL_SetKeymap(0, SDL_default_keymap, SDL_NUM_SCANCODES, SDL_FALSE);
@ -1065,7 +1065,7 @@ int SDL_SendEditingText(const char *text, int start, int length)
return posted;
}
void SDL_KeyboardQuit(void)
void SDL_QuitKeyboard(void)
{
}