Procházet zdrojové kódy

Relax, it's not that exciting :)

Sam Lantinga před 1 rokem
rodič
revize
30d93fb29b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      include/SDL3/SDL_events.h

+ 1 - 1
include/SDL3/SDL_events.h

@@ -348,7 +348,7 @@ typedef struct SDL_TextInputEvent
     Uint32 reserved;
     Uint32 reserved;
     Uint64 timestamp;   /**< In nanoseconds, populated using SDL_GetTicksNS() */
     Uint64 timestamp;   /**< In nanoseconds, populated using SDL_GetTicksNS() */
     SDL_WindowID windowID; /**< The window with keyboard focus, if any */
     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;
 } SDL_TextInputEvent;
 
 
 /**
 /**