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

Function SteamAPI_ISteamInput_GetStringForXboxOrigin

dll/flat.cpp:3367–3370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3365}
3366
3367STEAMAPI_API const char * SteamAPI_ISteamInput_GetStringForXboxOrigin( ISteamInput* self, EXboxOrigin eOrigin )
3368{
3369 return (get_steam_client()->steam_controller)->GetStringForXboxOrigin(eOrigin);
3370}
3371
3372STEAMAPI_API const char * SteamAPI_ISteamInput_GetGlyphForXboxOrigin( ISteamInput* self, EXboxOrigin eOrigin )
3373{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected