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

Function SteamAPI_ISteamInput_GetConnectedControllers

dll/flat.cpp:3182–3185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3180}
3181
3182STEAMAPI_API int SteamAPI_ISteamInput_GetConnectedControllers( ISteamInput* self, InputHandle_t * handlesOut )
3183{
3184 return (get_steam_client()->steam_controller)->GetConnectedControllers(handlesOut);
3185}
3186
3187STEAMAPI_API void SteamAPI_ISteamInput_EnableDeviceCallbacks( ISteamInput* self )
3188{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected