Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-07-01 20:57:56 +00:00
parent 109f268972
commit f787790243
2 changed files with 9 additions and 4 deletions

View File

@@ -321,7 +321,8 @@ extern SDL_DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *nam
/**
* Get a human-readable name for a key.
*
* Both lowercase and uppercase alphabetic keycodes have uppercase names, e.g. SDL_Keycode 'a' and 'A' both have the name "A".
* Both lowercase and uppercase alphabetic keycodes have uppercase names, e.g.
* SDL_Keycode 'a' and 'A' both have the name "A".
*
* The returned string follows the SDL_GetStringRule.
*