Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-09-09 21:01:45 +00:00
parent 6fc6e3dc7e
commit 68c61ff3a8
3 changed files with 11 additions and 10 deletions

View file

@ -119,9 +119,9 @@ extern SDL_DECLSPEC SDL_Window * SDLCALL SDL_GetKeyboardFocus(void);
* valid for the whole lifetime of the application and should not be freed by
* the caller.
*
* A array element with a value of SDL_TRUE means that the key is pressed and a value
* of SDL_FALSE means that it is not. Indexes into this array are obtained by using
* SDL_Scancode values.
* A array element with a value of SDL_TRUE means that the key is pressed and
* a value of SDL_FALSE means that it is not. Indexes into this array are
* obtained by using SDL_Scancode values.
*
* Use SDL_PumpEvents() to update the state array.
*