Relax, it's not that exciting :)

This commit is contained in:
Sam Lantinga 2024-04-24 09:19:38 -07:00
parent 4a11809370
commit 30d93fb29b
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ typedef struct SDL_TextInputEvent
Uint32 reserved;
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
SDL_WindowID windowID; /**< The window with keyboard focus, if any */
char *text; /**< The input text, UTF-8 encoded! */
char *text; /**< The input text, UTF-8 encoded */
} SDL_TextInputEvent;
/**