Pioneer
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
Input::JoystickInfo Struct Reference

#include <Input.h>

Classes

struct  Axis
 

Public Attributes

SDL_Joystick * joystick
 
SDL_JoystickGUID guid
 
std::string name
 
std::vector< bool > buttons
 
std::vector< int > hats
 
std::vector< Axisaxes
 

Member Data Documentation

◆ axes

std::vector<Axis> Input::JoystickInfo::axes

◆ buttons

std::vector<bool> Input::JoystickInfo::buttons

◆ guid

SDL_JoystickGUID Input::JoystickInfo::guid

◆ hats

std::vector<int> Input::JoystickInfo::hats

◆ joystick

SDL_Joystick* Input::JoystickInfo::joystick

◆ name

std::string Input::JoystickInfo::name

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