SDL++
C++wrapperfortheSDLlibrary.

sdl::event::JoystickTrackballMotion< Balls > Struct Template Reference

Represents a joystick trackball motion event. More...

#include <JoystickEvents.h>

Inheritance diagram for sdl::event::JoystickTrackballMotion< Balls >:
Collaboration diagram for sdl::event::JoystickTrackballMotion< Balls >:

List of all members.

Public Member Functions

 JoystickTrackballMotion (const SDL_Event *event)

Detailed Description

template<int... Balls>
struct sdl::event::JoystickTrackballMotion< Balls >

Represents a joystick trackball motion event.

Template Parameters:
BallsThe trackballs that compose this joystick trackball motion event.

Definition at line 111 of file JoystickEvents.h.


Constructor & Destructor Documentation

template<int... Balls>
sdl::event::JoystickTrackballMotion< Balls >::JoystickTrackballMotion ( const SDL_Event *  event) [inline, explicit]

Constructs a JoystickTrackballMotion from a SDL_Event structure.

Parameters:
eventThe SDL_Event structure.

Definition at line 117 of file JoystickEvents.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs