Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-05-29 02:48:51 +00:00
parent 542a3663de
commit 04a0a85d92
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ extern SDL_DECLSPEC SDL_Keymod SDLCALL SDL_GetModState(void);
extern SDL_DECLSPEC void SDLCALL SDL_SetModState(SDL_Keymod modstate);
/**
* Get the key code corresponding to the given scancode according to a default en_US keyboard layout.
* Get the key code corresponding to the given scancode according to a default
* en_US keyboard layout.
*
* See SDL_Keycode for details.
*