Mercurial > sdl-ios-xcode
comparison src/events/SDL_events_c.h @ 1722:5daa04d862f1 SDL-1.3
Added a userdata parameter for event filters.
Added a function to filter the existing queued events.
Added explicit support for relative mouse mode to the API.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 08:18:44 +0000 |
parents | a1ebb17f9c52 |
children | 6c63fc2bd986 |
comparison
equal
deleted
inserted
replaced
1721:1cc762cafff8 | 1722:5daa04d862f1 |
---|---|
39 extern int SDL_SendQuit(void); | 39 extern int SDL_SendQuit(void); |
40 extern void SDL_QuitQuit(void); | 40 extern void SDL_QuitQuit(void); |
41 | 41 |
42 /* The event filter function */ | 42 /* The event filter function */ |
43 extern SDL_EventFilter SDL_EventOK; | 43 extern SDL_EventFilter SDL_EventOK; |
44 extern void *SDL_EventOKParam; | |
44 | 45 |
45 /* The array of event processing states */ | 46 /* The array of event processing states */ |
46 extern Uint8 SDL_ProcessEvents[SDL_NUMEVENTS]; | 47 extern Uint8 SDL_ProcessEvents[SDL_NUMEVENTS]; |
47 | 48 |
48 /* vi: set ts=4 sw=4 expandtab: */ | 49 /* vi: set ts=4 sw=4 expandtab: */ |