MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / HandleControls

Function HandleControls

TombEngine/Game/control/control.cpp:775–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775void HandleControls(bool isTitle)
776{
777 // Poll input devices and update input variables.
778 // TODO: To allow cutscene skipping later, don't clear Deselect action.
779 UpdateInputActions(false, true);
780
781 if (isTitle)
782 ClearAction(In::Look);
783}
784
785GameStatus HandleMenuCalls(bool isTitle)
786{

Callers 2

GamePhaseFunction · 0.85
FreezePhaseFunction · 0.85

Calls 2

UpdateInputActionsFunction · 0.85
ClearActionFunction · 0.85

Tested by

no test coverage detected