SDL++
C++wrapperfortheSDLlibrary.

event/Events.h

Go to the documentation of this file.
00001 
00021 #ifndef SDL_EVENT_EVENTS_H
00022 #define SDL_EVENT_EVENTS_H
00023 
00024 #include "sdlpp/event/KeyboardEvents.h"
00025 #include "sdlpp/event/JoystickEvents.h"
00026 #include "sdlpp/event/MouseEvents.h"
00027 #include "sdlpp/event/UserDefined.h"
00028 #include "sdlpp/event/WindowEvents.h"
00029 
00030 #endif //SDL_EVENT_EVENTS_H
00031 
 All Classes Namespaces Files Functions Variables Typedefs