Pārlūkot izejas kodu

Sync SDL3 wiki -> header

SDL Wiki Bot 1 gadu atpakaļ
vecāks
revīzija
04a0a85d92
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      include/SDL3/SDL_keyboard.h

+ 2 - 1
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.
  *