SDL++
C++wrapperfortheSDLlibrary.

event/JoystickEvents.h File Reference

#include <SDL.h>
#include "sdlpp/event/Components.h"
#include "sdlpp/event/MultiComparator.h"
#include "sdlpp/event/Event.h"
Include dependency graph for JoystickEvents.h:

Go to the source code of this file.

Classes

struct  sdl::event::JoystickAxisBase
 Base for joystick axis events that exposes the SDL_JoyAxisEvent structure. More...
struct  sdl::event::JoystickAxisMotion< Axes >
 Represents a joystick axis motion event. More...
struct  sdl::event::JoystickTrackballBase
 Base for joystick trackball events that exposes the SDL_JoyBallEvent structure. More...
struct  sdl::event::JoystickTrackballMotion< Balls >
 Represents a joystick trackball motion event. More...
struct  sdl::event::JoystickHatBase
 Base for joystick hat events that exposes the SDL_JoyHatEvent structure. More...
struct  sdl::event::JoystickHatMotion< Hats >
 Represents a joystick hat motion event. More...
struct  sdl::event::JoystickButtonBase
 Base for joystick button events that exposes the SDL_JoyButtonEvent structure. More...
struct  sdl::event::JoystickButtonPress< Buttons >
 Represents a joystick button press event. More...
struct  sdl::event::JoystickButtonRelease< Buttons >
 Represents a joystick button release event. More...

Namespaces

namespace  sdl
namespace  sdl::event

Detailed Description

Contains the joystick event classes.

Copyright (C) 2005 Thomas P. Lahoda

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Definition in file JoystickEvents.h.

 All Classes Namespaces Files Functions Variables Typedefs