| 3430 | } |
| 3431 | |
| 3432 | STEAMAPI_API int SteamAPI_ISteamController_GetConnectedControllers( ISteamController* self, ControllerHandle_t * handlesOut ) |
| 3433 | { |
| 3434 | return (get_steam_client()->steam_controller)->GetConnectedControllers(handlesOut); |
| 3435 | } |
| 3436 | |
| 3437 | STEAMAPI_API ControllerActionSetHandle_t SteamAPI_ISteamController_GetActionSetHandle( ISteamController* self, const char * pszActionSetName ) |
| 3438 | { |
nothing calls this directly
no test coverage detected