mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
6fc6e3dc7e
commit
68c61ff3a8
3 changed files with 11 additions and 10 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue