From 606903c02f09a05064a2ae1d081191032a5f62c6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 26 May 2024 11:13:19 -0700 Subject: [PATCH] Updated window event names --- include/SDL3/SDL_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */