MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DestroyController

Function DestroyController

linux/lnxcontroller.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void DestroyController(gameController *ctl) {
711 if (ctl)
712 delete ctl;
713}
714
715// activates or deactivates mouse and or controller
716void lnxgameController::mask_controllers(bool joystick, bool mouse) {

Callers 2

CloseControlsFunction · 0.50
RestoreDefaultControlsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected