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

Function SuspendControls

Descent3/Controls.cpp:658–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658void SuspendControls() {
659 if (!Controller)
660 return;
661
662 Control_poll_flag = false;
663 Controller->suspend();
664}
665
666void ResumeControls() {
667 if (!Controller)

Callers 15

GameSequencerFunction · 0.85
FreeThisLevelFunction · 0.85
RunGameMenuFunction · 0.85
InitControlsFunction · 0.85
RestoreDefaultControlsFunction · 0.85
StartGameMenuFunction · 0.85
QuickPlayGameFunction · 0.85
PlayGameFunction · 0.85
TelComAutoMapFunction · 0.85
StartHUDInputMessageFunction · 0.85
StartTeamHUDInputMessageFunction · 0.85
OpenMethod · 0.85

Calls 1

suspendMethod · 0.45

Tested by

no test coverage detected