mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 06:12:04 +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
|
typedef struct SDL_DisplayEvent
|
||||||
{
|
{
|
||||||
SDL_EventType type; /**< SDL_DISPLAYEVENT_* */
|
SDL_EventType type; /**< SDL_EVENT_DISPLAY_* */
|
||||||
Uint32 reserved;
|
Uint32 reserved;
|
||||||
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
|
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
|
||||||
SDL_DisplayID displayID;/**< The associated display */
|
SDL_DisplayID displayID;/**< The associated display */
|
||||||
|
|||||||
Reference in New Issue
Block a user