MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Shutdown

Function Shutdown

source/input.cpp:711–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709// ***********************************************************************
710
711void Shutdown() {
712 if (pInputState->pOpenController) {
713 SDL_GameControllerClose(pInputState->pOpenController);
714 }
715 ArenaFinished(pInputState->pArena);
716}
717
718// ***********************************************************************
719

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected