![]() |
Pioneer
|
Classes | |
| struct | BindingGroup |
| struct | BindingPage |
| struct | InputFrame |
| struct | JoystickInfo |
| class | Manager |
Functions | |
| std::vector< sigc::slot< void, Input::Manager * > > & | GetBindingRegistration () |
| bool | AddBindingRegistrar (sigc::slot< void, Input::Manager * > &&fn) |
| void | InitJoysticks (IniConfig *config) |
| std::map< SDL_JoystickID, JoystickInfo > & | GetJoysticks () |
| std::string | JoystickName (int joystick) |
| SDL_JoystickGUID | JoystickGUID (int joystick) |
| std::string | JoystickGUIDString (int joystick) |
| int | JoystickFromGUIDString (const std::string &guid) |
| int | JoystickFromGUIDString (const char *guid) |
| int | JoystickFromGUID (SDL_JoystickGUID guid) |
| int | JoystickFromID (SDL_JoystickID id) |
Variables | |
| std::vector< sigc::slot< void, Input::Manager * > > * | m_registrations |
| std::map< SDL_JoystickID, JoystickInfo > | m_joysticks |
| InputBindings::Action | nullAction |
| InputBindings::Axis | nullAxis |
| bool Input::AddBindingRegistrar | ( | sigc::slot< void, Input::Manager * > && | fn | ) |
| std::vector< sigc::slot< void, Input::Manager * > > & Input::GetBindingRegistration | ( | ) |
| std::map< SDL_JoystickID, JoystickInfo > & Input::GetJoysticks | ( | ) |
| void Input::InitJoysticks | ( | IniConfig * | config | ) |

| int Input::JoystickFromGUID | ( | SDL_JoystickGUID | guid | ) |
| int Input::JoystickFromGUIDString | ( | const char * | guid | ) |

| int Input::JoystickFromGUIDString | ( | const std::string & | guid | ) |
|
inline |
| SDL_JoystickGUID Input::JoystickGUID | ( | int | joystick | ) |
| std::string Input::JoystickGUIDString | ( | int | joystick | ) |
| std::string Input::JoystickName | ( | int | joystick | ) |
| std::map<SDL_JoystickID, JoystickInfo> Input::m_joysticks |
| std::vector<sigc::slot<void, Input::Manager *> >* Input::m_registrations |
| InputBindings::Action Input::nullAction |
| InputBindings::Axis Input::nullAxis |