UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::input::JoystickBallEvent Struct Reference

#include <ugdk/input/events.h>

Collaboration diagram for ugdk::input::JoystickBallEvent:

Public Member Functions

 JoystickBallEvent (const std::weak_ptr< Joystick > &_joystick, int ball, int dx, int dy)
 

Public Attributes

std::weak_ptr< Joystickjoystick
 
int ball_id
 
math::Integer2D ball_status
 

Constructor & Destructor Documentation

ugdk::input::JoystickBallEvent::JoystickBallEvent ( const std::weak_ptr< Joystick > &  _joystick,
int  ball,
int  dx,
int  dy 
)
inline

Member Data Documentation

int ugdk::input::JoystickBallEvent::ball_id
math::Integer2D ugdk::input::JoystickBallEvent::ball_status
std::weak_ptr<Joystick> ugdk::input::JoystickBallEvent::joystick

The documentation for this struct was generated from the following file: