diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h index bf3d6b0450..3d926c9fc5 100644 --- a/include/SDL3/SDL_events.h +++ b/include/SDL3/SDL_events.h @@ -273,7 +273,7 @@ typedef struct SDL_DisplayEvent */ typedef struct SDL_WindowEvent { - SDL_EventType type; /**< SDL_WINDOWEVENT_* */ + SDL_EventType type; /**< SDL_EVENT_WINDOW_* */ Uint32 reserved; Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */ SDL_WindowID windowID; /**< The associated window */