SDL/src/joystick
Sam Lantinga b0847f3de2 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
..
beos Updated copyright date 2008-12-08 00:27:32 +00:00
bsd Merged r5547:5548 from branches/SDL-1.2: FreeBSD joystick uninit'd var fix. 2010-02-05 19:23:59 +00:00
darwin Fixed bug #926 2010-01-24 21:10:53 +00:00
dummy Fixed bug #926 2010-01-24 21:10:53 +00:00
iphoneos Fixed bug #926 2010-01-24 21:10:53 +00:00
linux Fixed bug #926 2010-01-24 21:10:53 +00:00
nds Fixed bug #926 2010-01-24 21:10:53 +00:00
riscos Fixed bug #926 2010-01-24 21:10:53 +00:00
win32 Disable error checks for reset actuators and set autocenter. 2010-02-28 09:23:23 +00:00
SDL_joystick_c.h Fixed bug #926 2010-01-24 21:10:53 +00:00
SDL_joystick.c General improvements for user custom event registration 2010-03-25 01:08:26 -07:00
SDL_sysjoystick.h Fixed bug #926 2010-01-24 21:10:53 +00:00