Updated comment for event type in SDL_DisplayEvent

This commit is contained in:
Petar Popovic
2025-10-15 21:11:41 +02:00
committed by Sam Lantinga
parent c66dd17fa3
commit 79dae1b9d6

View File

@@ -307,7 +307,7 @@ typedef struct SDL_CommonEvent
*/
typedef struct SDL_DisplayEvent
{
SDL_EventType type; /**< SDL_DISPLAYEVENT_* */
SDL_EventType type; /**< SDL_EVENT_DISPLAY_* */
Uint32 reserved;
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
SDL_DisplayID displayID;/**< The associated display */