mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Updated window event names
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user