From 04a0a85d921c97e56a1057a75d458722644fb5ba Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 29 May 2024 02:48:51 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_keyboard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_keyboard.h b/include/SDL3/SDL_keyboard.h index b23d37b297..bf2de08aa4 100644 --- a/include/SDL3/SDL_keyboard.h +++ b/include/SDL3/SDL_keyboard.h @@ -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. *