mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 14:29:14 +08:00
Removed unused SDL_OSEvent
This commit is contained in:
@@ -559,15 +559,6 @@ typedef struct SDL_QuitEvent
|
|||||||
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
|
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
|
||||||
} SDL_QuitEvent;
|
} SDL_QuitEvent;
|
||||||
|
|
||||||
/**
|
|
||||||
* OS Specific event
|
|
||||||
*/
|
|
||||||
typedef struct SDL_OSEvent
|
|
||||||
{
|
|
||||||
Uint32 type; /**< ::SDL_EVENT_QUIT */
|
|
||||||
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
|
|
||||||
} SDL_OSEvent;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A user-defined event type (event.user.*)
|
* A user-defined event type (event.user.*)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user