MCPcopy Create free account
hub / github.com/Rat431/ColdAPI_Steam / SteamInput

Function SteamInput

src/ColdAPI_Steam/Steam_data.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESEARCH, NULL, false);
98}
99EXPORTMYFUNC void* SteamInput()
100{
101 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_INPUT, NULL, false);
102}
103EXPORTMYFUNC void* SteamParties()
104{
105 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_PARTIES, NULL, false);

Callers

nothing calls this directly

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected