SDL-mirror/src
Sam Lantinga 1fb2a69487 General improvements for user custom event registration
* Switched event type to enum (int32)
* Switched polling by mask to polling by type range
* Added SDL_RegisterEvents() to allow dynamic user event registration
* Spread events out to allow inserting new related events without breaking binary compatibility
* Added padding to event structures so they're the same size regardless of 32-bit compiler structure packing settings
* Split SDL_HasEvent() to SDL_HasEvent() for a single event and SDL_HasEvents() for a range of events
* Added SDL_GetEventState() as a shortcut for SDL_EventState(X, SDL_QUERY)
* Added SDL_FlushEvent() and SDL_FlushEvents() to clear events from the event queue
2010-03-25 01:08:26 -07:00
..
atomic Fixed bug #926 2010-01-24 21:10:53 +00:00
audio Fixed bug #943 2010-03-10 15:02:58 +00:00
cpuinfo Fixed bug #926 2010-01-24 21:10:53 +00:00
events General improvements for user custom event registration 2010-03-25 01:08:26 -07:00
file Fixed bug #926 2010-01-24 21:10:53 +00:00
haptic
joystick General improvements for user custom event registration 2010-03-25 01:08:26 -07:00
libm Fixed bug #926 2010-01-24 21:10:53 +00:00
loadso Fixed bug #926 2010-01-24 21:10:53 +00:00
main Fixed bug #926 2010-01-24 21:10:53 +00:00
power Fixed bug #926 2010-01-24 21:10:53 +00:00
stdlib Fixed bug #926 2010-01-24 21:10:53 +00:00
thread Fixed bug #943 2010-03-10 15:02:58 +00:00
timer Fixed bug #926 2010-01-24 21:10:53 +00:00
video General improvements for user custom event registration 2010-03-25 01:08:26 -07:00
SDL.c Changed revision details to be a string (an hg changeset) instead of an int. 2010-02-28 02:07:40 -05:00
SDL_assert.c Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_compat.c General improvements for user custom event registration 2010-03-25 01:08:26 -07:00
SDL_error.c Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_error_c.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_fatal.c Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_fatal.h Fixed bug #926 2010-01-24 21:10:53 +00:00