Mercurial > sdl-ios-xcode
comparison src/events/SDL_events_c.h @ 1720:a1ebb17f9c52 SDL-1.3
Cleaned up a bunch of warnings, started adding Win32 event support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 05:42:49 +0000 |
parents | 7688a73b25b1 |
children | 5daa04d862f1 |
comparison
equal
deleted
inserted
replaced
1719:5b9f50c957ed | 1720:a1ebb17f9c52 |
---|---|
37 | 37 |
38 extern int SDL_QuitInit(void); | 38 extern int SDL_QuitInit(void); |
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 extern int SDL_SendWindowEvent(SDL_WindowID windowID, Uint8 windowevent, | |
43 int data1, int data2); | |
44 | |
45 extern int SDL_SendSysWMEvent(SDL_SysWMmsg * message); | |
46 | |
47 /* The event filter function */ | 42 /* The event filter function */ |
48 extern SDL_EventFilter SDL_EventOK; | 43 extern SDL_EventFilter SDL_EventOK; |
49 | 44 |
50 /* The array of event processing states */ | 45 /* The array of event processing states */ |
51 extern Uint8 SDL_ProcessEvents[SDL_NUMEVENTS]; | 46 extern Uint8 SDL_ProcessEvents[SDL_NUMEVENTS]; |