Sync SDL3 wiki -> headers

This commit is contained in:
Ryan C. Gordon
2024-04-09 00:49:23 -04:00
parent ad090d2444
commit e044318a8e
33 changed files with 1510 additions and 909 deletions

View File

@@ -42,9 +42,10 @@ extern "C" {
typedef Uint32 SDL_KeyboardID;
/**
* The SDL keysym structure, used in key events.
* The SDL keysym structure, used in key events.
*
* If you are looking for translated character input, see the ::SDL_EVENT_TEXT_INPUT event.
* If you are looking for translated character input, see the
* ::SDL_EVENT_TEXT_INPUT event.
*/
typedef struct SDL_Keysym
{