Updated window event names

This commit is contained in:
Sam Lantinga 2024-05-26 11:13:19 -07:00
parent a4ccace9c5
commit 606903c02f
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ typedef struct SDL_DisplayEvent
*/ */
typedef struct SDL_WindowEvent typedef struct SDL_WindowEvent
{ {
SDL_EventType type; /**< SDL_WINDOWEVENT_* */ SDL_EventType type; /**< SDL_EVENT_WINDOW_* */
Uint32 reserved; Uint32 reserved;
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */ Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
SDL_WindowID windowID; /**< The associated window */ SDL_WindowID windowID; /**< The associated window */