mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-11 00:11:44 +08:00
Updated comment for event type in SDL_DisplayEvent
This commit is contained in:
committed by
Sam Lantinga
parent
c66dd17fa3
commit
79dae1b9d6
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user