#include "OSDLException.h"
#include "Ceylan.h"
#include "SDL.h"
#include <string>
Include dependency graph for OSDLEventsCommon.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | EventsException |
Mother class for all event-related exceptions. More... | |
Typedefs | |
typedef SDL_Event | BasicEvent |
Encapsulated basic event, encapsulates all basic events. | |
typedef SDL_ActiveEvent | FocusEvent |
Application losed or gained visibility. | |
typedef SDL_KeyboardEvent | KeyboardEvent |
Key pressed or released. | |
typedef SDL_MouseMotionEvent | MouseMotionEvent |
Mouse moved. | |
typedef SDL_MouseButtonEvent | MouseButtonEvent |
Mouse button pressed or released. | |
typedef SDL_JoyAxisEvent | JoystickAxisEvent |
Joystick axis moved. | |
typedef SDL_JoyBallEvent | JoystickTrackballEvent |
Joystick trackball moved. | |
typedef SDL_JoyHatEvent | JoystickHatEvent |
Joystick hat position changed. | |
typedef SDL_JoyButtonEvent | JoystickButtonEvent |
Joystick button pressed or released. | |
typedef SDL_QuitEvent | UserRequestedQuitEvent |
Quit is requested. | |
typedef SDL_SysWMEvent | SystemSpecificWindowManagerEvent |
A system specific window manager event has been received. | |
typedef SDL_ResizeEvent | WindowResizedEvent |
Window resized, application is responsible for setting a new video mode with the new width and height. | |
typedef SDL_ExposeEvent | ScreenExposedEvent |
Screen has to be redrawn. | |
typedef SDL_UserEvent | UserEvent |
User-defined event. |
typedef SDL_Event BasicEvent |
Encapsulated basic event, encapsulates all basic events.
Definition at line 25 of file OSDLEventsCommon.h.
typedef SDL_ActiveEvent FocusEvent |
typedef SDL_JoyAxisEvent JoystickAxisEvent |
typedef SDL_JoyButtonEvent JoystickButtonEvent |
typedef SDL_JoyHatEvent JoystickHatEvent |
typedef SDL_JoyBallEvent JoystickTrackballEvent |
typedef SDL_KeyboardEvent KeyboardEvent |
typedef SDL_MouseButtonEvent MouseButtonEvent |
typedef SDL_MouseMotionEvent MouseMotionEvent |
typedef SDL_ExposeEvent ScreenExposedEvent |
typedef SDL_SysWMEvent SystemSpecificWindowManagerEvent |
A system specific window manager event has been received.
Definition at line 56 of file OSDLEventsCommon.h.
typedef SDL_UserEvent UserEvent |
typedef SDL_QuitEvent UserRequestedQuitEvent |
typedef SDL_ResizeEvent WindowResizedEvent |
Window resized, application is responsible for setting a new video mode with the new width and height.
Definition at line 64 of file OSDLEventsCommon.h.