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

#include <ugdk/input/events.h>

Collaboration diagram for ugdk::input::JoystickButtonPressedEvent:

Public Member Functions

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

Public Attributes

std::weak_ptr< Joystickjoystick
 
int button
 

Constructor & Destructor Documentation

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

Member Data Documentation

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

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