| 3180 | } |
| 3181 | |
| 3182 | STEAMAPI_API int SteamAPI_ISteamInput_GetConnectedControllers( ISteamInput* self, InputHandle_t * handlesOut ) |
| 3183 | { |
| 3184 | return (get_steam_client()->steam_controller)->GetConnectedControllers(handlesOut); |
| 3185 | } |
| 3186 | |
| 3187 | STEAMAPI_API void SteamAPI_ISteamInput_EnableDeviceCallbacks( ISteamInput* self ) |
| 3188 | { |
nothing calls this directly
no test coverage detected