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

Function SteamAPI_ISteamInput_GetStringForActionOrigin

dll/flat.cpp:3287–3290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3285}
3286
3287STEAMAPI_API const char * SteamAPI_ISteamInput_GetStringForActionOrigin( ISteamInput* self, EInputActionOrigin eOrigin )
3288{
3289 return (get_steam_client()->steam_controller)->GetStringForActionOrigin(eOrigin);
3290}
3291
3292STEAMAPI_API const char * SteamAPI_ISteamInput_GetStringForAnalogActionName( ISteamInput* self, InputAnalogActionHandle_t eActionHandle )
3293{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected