![]() |
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::vector< JoystickInfo > & | GetJoysticks () |
| std::string | JoystickName (int joystick) |
| SDL_JoystickGUID | JoystickGUID (int joystick) |
| std::string | JoystickGUIDString (int joystick) |
| void | SaveJoystickConfig (uint32_t joystick, IniConfig *config) |
| int | JoystickFromGUIDString (const std::string &guid) |
| int | JoystickFromGUIDString (const char *guid) |
| int | JoystickFromGUID (SDL_JoystickGUID guid) |
| int | JoystickFromID (SDL_JoystickID id) |
| void | AddJoystickID (SDL_JoystickID sdl_id, uint32_t internal_id) |
Variables | |
| std::vector< sigc::slot< void, Input::Manager * > > * | m_registrations |
| std::vector< uint32_t > | m_joyIDs |
| std::vector< JoystickInfo > | m_joysticks |
| InputBindings::Action | nullAction |
| InputBindings::Axis | nullAxis |
| bool Input::AddBindingRegistrar | ( | sigc::slot< void, Input::Manager * > && | fn | ) |
| void Input::AddJoystickID | ( | SDL_JoystickID | sdl_id, |
| uint32_t | internal_id | ||
| ) |
| std::vector< sigc::slot< void, Input::Manager * > > & Input::GetBindingRegistration | ( | ) |
| std::vector< 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 | ) |

| int Input::JoystickFromID | ( | SDL_JoystickID | id | ) |
| SDL_JoystickGUID Input::JoystickGUID | ( | int | joystick | ) |
| std::string Input::JoystickGUIDString | ( | int | joystick | ) |
| std::string Input::JoystickName | ( | int | joystick | ) |
| void Input::SaveJoystickConfig | ( | uint32_t | joystick, |
| IniConfig * | config | ||
| ) |

| std::vector<uint32_t> Input::m_joyIDs |
| std::vector<JoystickInfo> Input::m_joysticks |
| std::vector<sigc::slot<void, Input::Manager *> >* Input::m_registrations |
| InputBindings::Action Input::nullAction |
| InputBindings::Axis Input::nullAxis |