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

Function SteamAPI_ISteamInput_DeactivateActionSetLayer

dll/flat.cpp:3217–3220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3215}
3216
3217STEAMAPI_API void SteamAPI_ISteamInput_DeactivateActionSetLayer( ISteamInput* self, InputHandle_t inputHandle, InputActionSetHandle_t actionSetLayerHandle )
3218{
3219 return (get_steam_client()->steam_controller)->DeactivateActionSetLayer(inputHandle, actionSetLayerHandle);
3220}
3221
3222STEAMAPI_API void SteamAPI_ISteamInput_DeactivateAllActionSetLayers( ISteamInput* self, InputHandle_t inputHandle )
3223{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected