Skip to content

Struct atlas::event::joystick_info

ClassList > atlas > event > joystick_info

Public Attributes

Type Name
std::map< int, const float * > AxesOfController
std::map< int, joystick_button > Buttons
std::map< int, bool > ButtonsDown
int ID = -1
std::string JoystickName = "Default"

Public Attributes Documentation

variable AxesOfController

std::map<int, const float*> atlas::event::joystick_info::AxesOfController;

variable Buttons

std::map<int, joystick_button> atlas::event::joystick_info::Buttons;

variable ButtonsDown

std::map<int, bool> atlas::event::joystick_info::ButtonsDown;

variable ID

int atlas::event::joystick_info::ID;

variable JoystickName

std::string atlas::event::joystick_info::JoystickName;


The documentation for this class was generated from the following file TheAtlasEngine/atlas/core/event/event.hpp