|
kodi
|
Public Member Functions | |
| CGameServices (CControllerManager &controllerManager, RETRO::CGUIGameRenderManager &renderManager, PERIPHERALS::CPeripherals &peripheralManager, const CProfileManager &profileManager, CInputManager &inputManager) | |
| ControllerPtr | GetController (const std::string &controllerId) |
| ControllerPtr | GetDefaultController () |
| ControllerPtr | GetDefaultKeyboard () |
| ControllerPtr | GetDefaultMouse () |
| ControllerVector | GetControllers () |
| std::string | TranslateFeature (const std::string &controllerId, const std::string &featureName) |
| Translate a feature on a controller into its localized name. More... | |
| std::string | GetSavestatesFolder () const |
| CGameSettings & | GameSettings () |
| RETRO::CGUIGameRenderManager & | GameRenderManager () |
| CAgentInput & | AgentInput () |
| std::string CGameServices::TranslateFeature | ( | const std::string & | controllerId, |
| const std::string & | featureName | ||
| ) |
Translate a feature on a controller into its localized name.
| controllerId | The controller ID that the feature belongs to |
| featureName | The feature name |
1.8.13