MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / resetFlag

Function resetFlag

src/OpenLoco/src/Input.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void resetFlag(Flags value)
36 {
37 _flags &= ~value;
38 }
39
40 State state()
41 {

Callers 13

quitGameFunction · 0.70
returnToTitleFunction · 0.70
handleInputFunction · 0.70
tickFunction · 0.70
toolSetFunction · 0.50
toolCancelFunction · 0.50
setColourAndInputFlagsFunction · 0.50
showBelowFunction · 0.50
resetFocusFunction · 0.50
handleMouseFunction · 0.50
stateWidgetPressedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected