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

#include <ugdk/input/events.h>

Collaboration diagram for ugdk::input::JoystickButtonReleasedEvent:

Public Member Functions

 JoystickButtonReleasedEvent (const std::weak_ptr< Joystick > &_joystick, int _button)
 

Public Attributes

std::weak_ptr< Joystickjoystick
 
int button
 

Constructor & Destructor Documentation

ugdk::input::JoystickButtonReleasedEvent::JoystickButtonReleasedEvent ( const std::weak_ptr< Joystick > &  _joystick,
int  _button 
)
inline

Member Data Documentation

int ugdk::input::JoystickButtonReleasedEvent::button
std::weak_ptr<Joystick> ugdk::input::JoystickButtonReleasedEvent::joystick

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