Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
658
void SuspendControls() {
659
if (!Controller)
660
return;
661
662
Control_poll_flag = false;
663
Controller->suspend();
664
}
665
666
void ResumeControls() {
667
if (!Controller)
Callers
15
GameSequencer
Function · 0.85
FreeThisLevel
Function · 0.85
RunGameMenu
Function · 0.85
InitControls
Function · 0.85
RestoreDefaultControls
Function · 0.85
StartGameMenu
Function · 0.85
QuickPlayGame
Function · 0.85
PlayGame
Function · 0.85
TelComAutoMap
Function · 0.85
StartHUDInputMessage
Function · 0.85
StartTeamHUDInputMessage
Function · 0.85
Open
Method · 0.85
Calls
1
suspend
Method · 0.45
Tested by
no test coverage detected