|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
This is the complete list of members for Ship::ControllerDefaultMappings, including all inherited members.
| ControllerDefaultMappings(std::unordered_map< CONTROLLERBUTTONS_T, std::unordered_set< KbScancode > > defaultKeyboardKeyToButtonMappings, std::unordered_map< StickIndex, std::vector< std::pair< Direction, KbScancode > > > defaultKeyboardKeyToAxisDirectionMappings, std::unordered_map< CONTROLLERBUTTONS_T, std::unordered_set< SDL_GameControllerButton > > defaultSDLButtonToButtonMappings, std::unordered_map< StickIndex, std::vector< std::pair< Direction, SDL_GameControllerButton > > > defaultSDLButtonToAxisDirectionMappings, std::unordered_map< CONTROLLERBUTTONS_T, std::vector< std::pair< SDL_GameControllerAxis, int32_t > > > defaultSDLAxisDirectionToButtonMappings, std::unordered_map< StickIndex, std::vector< std::pair< Direction, std::pair< SDL_GameControllerAxis, int32_t > > > > defaultSDLAxisDirectionToAxisDirectionMappings) | Ship::ControllerDefaultMappings | |
| ControllerDefaultMappings() | Ship::ControllerDefaultMappings | |
| GetDefaultKeyboardKeyToAxisDirectionMappings() | Ship::ControllerDefaultMappings | |
| GetDefaultKeyboardKeyToButtonMappings() | Ship::ControllerDefaultMappings | |
| GetDefaultSDLAxisDirectionToAxisDirectionMappings() | Ship::ControllerDefaultMappings | |
| GetDefaultSDLAxisDirectionToButtonMappings() | Ship::ControllerDefaultMappings | |
| GetDefaultSDLButtonToAxisDirectionMappings() | Ship::ControllerDefaultMappings | |
| GetDefaultSDLButtonToButtonMappings() | Ship::ControllerDefaultMappings | |
| SetDefaultKeyboardKeyToAxisDirectionMappings(std::unordered_map< StickIndex, std::vector< std::pair< Direction, KbScancode > > > defaultKeyboardKeyToAxisDirectionMappings) | Ship::ControllerDefaultMappings | protectedvirtual |
| SetDefaultKeyboardKeyToButtonMappings(std::unordered_map< CONTROLLERBUTTONS_T, std::unordered_set< KbScancode > > defaultKeyboardKeyToButtonMappings) | Ship::ControllerDefaultMappings | protectedvirtual |
| SetDefaultSDLAxisDirectionToAxisDirectionMappings(std::unordered_map< StickIndex, std::vector< std::pair< Direction, std::pair< SDL_GameControllerAxis, int32_t > > > > defaultSDLAxisDirectionToAxisDirectionMappings) | Ship::ControllerDefaultMappings | protectedvirtual |
| SetDefaultSDLAxisDirectionToButtonMappings(std::unordered_map< CONTROLLERBUTTONS_T, std::vector< std::pair< SDL_GameControllerAxis, int32_t > > > defaultSDLAxisDirectionToButtonMappings) | Ship::ControllerDefaultMappings | protectedvirtual |
| SetDefaultSDLButtonToAxisDirectionMappings(std::unordered_map< StickIndex, std::vector< std::pair< Direction, SDL_GameControllerButton > > > defaultSDLButtonToAxisDirectionMappings) | Ship::ControllerDefaultMappings | protectedvirtual |
| SetDefaultSDLButtonToButtonMappings(std::unordered_map< CONTROLLERBUTTONS_T, std::unordered_set< SDL_GameControllerButton > > defaultSDLButtonToButtonMappings) | Ship::ControllerDefaultMappings | protectedvirtual |
| ~ControllerDefaultMappings() | Ship::ControllerDefaultMappings |