From c6cc719067af0f1be6671eb258b79b708945210d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 20 May 2024 01:46:10 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_events.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h index d9fb4864b1..41d3684fd6 100644 --- a/include/SDL3/SDL_events.h +++ b/include/SDL3/SDL_events.h @@ -338,7 +338,13 @@ typedef struct SDL_TextEditingEvent * The `text` is owned by SDL and should be copied if the application wants to * hold onto it beyond the scope of handling this event. * + * This event will never be delivered unless text input is enabled by calling + * SDL_StartTextInput(). Text input is disabled by default! + * * \since This struct is available since SDL 3.0.0. + * + * \sa SDL_StartTextInput + * \sa SDL_StopTextInput */ typedef struct SDL_TextInputEvent {