mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 00:05:35 +00:00
Removed unused SDL_OSEvent
This commit is contained in:
parent
d9559ce1d4
commit
fb92d150d9
|
@ -580,15 +580,6 @@ typedef struct SDL_QuitEvent
|
||||||
Uint32 timestamp; /**< In milliseconds, populated using SDL_GetTicks() */
|
Uint32 timestamp; /**< In milliseconds, populated using SDL_GetTicks() */
|
||||||
} SDL_QuitEvent;
|
} SDL_QuitEvent;
|
||||||
|
|
||||||
/**
|
|
||||||
* \brief OS Specific event
|
|
||||||
*/
|
|
||||||
typedef struct SDL_OSEvent
|
|
||||||
{
|
|
||||||
Uint32 type; /**< ::SDL_QUIT */
|
|
||||||
Uint32 timestamp; /**< In milliseconds, populated using SDL_GetTicks() */
|
|
||||||
} SDL_OSEvent;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief A user-defined event type (event.user.*)
|
* \brief A user-defined event type (event.user.*)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue