OSDLEventsCommon.h File Reference

#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 Documentation

typedef SDL_Event BasicEvent

Encapsulated basic event, encapsulates all basic events.

Definition at line 25 of file OSDLEventsCommon.h.

typedef SDL_ActiveEvent FocusEvent

Application losed or gained visibility.

Definition at line 29 of file OSDLEventsCommon.h.

typedef SDL_JoyAxisEvent JoystickAxisEvent

Joystick axis moved.

Definition at line 41 of file OSDLEventsCommon.h.

typedef SDL_JoyButtonEvent JoystickButtonEvent

Joystick button pressed or released.

Definition at line 50 of file OSDLEventsCommon.h.

typedef SDL_JoyHatEvent JoystickHatEvent

Joystick hat position changed.

Definition at line 47 of file OSDLEventsCommon.h.

typedef SDL_JoyBallEvent JoystickTrackballEvent

Joystick trackball moved.

Definition at line 44 of file OSDLEventsCommon.h.

typedef SDL_KeyboardEvent KeyboardEvent

Key pressed or released.

Definition at line 32 of file OSDLEventsCommon.h.

typedef SDL_MouseButtonEvent MouseButtonEvent

Mouse button pressed or released.

Definition at line 38 of file OSDLEventsCommon.h.

typedef SDL_MouseMotionEvent MouseMotionEvent

Mouse moved.

Definition at line 35 of file OSDLEventsCommon.h.

typedef SDL_ExposeEvent ScreenExposedEvent

Screen has to be redrawn.

Definition at line 68 of file OSDLEventsCommon.h.

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

User-defined event.

Definition at line 72 of file OSDLEventsCommon.h.

typedef SDL_QuitEvent UserRequestedQuitEvent

Quit is requested.

Definition at line 53 of file OSDLEventsCommon.h.

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.


Generated on Fri Mar 30 14:47:07 2007 for OSDL by  doxygen 1.5.1