MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / SteamAPI_ISteamController_GetConnectedControllers

Function SteamAPI_ISteamController_GetConnectedControllers

dll/flat.cpp:3432–3435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3430}
3431
3432STEAMAPI_API int SteamAPI_ISteamController_GetConnectedControllers( ISteamController* self, ControllerHandle_t * handlesOut )
3433{
3434 return (get_steam_client()->steam_controller)->GetConnectedControllers(handlesOut);
3435}
3436
3437STEAMAPI_API ControllerActionSetHandle_t SteamAPI_ISteamController_GetActionSetHandle( ISteamController* self, const char * pszActionSetName )
3438{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected