Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Apr 24, 2024
1 parent 6eea91c commit e44daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/SDL_TextInputEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 */
char *text; /**< The input text, UTF-8 encoded! */
} SDL_TextInputEvent;
```

Expand Down

0 comments on commit e44daed

Please sign in to comment.