Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
quitGame
Function · 0.70
returnToTitle
Function · 0.70
handleInput
Function · 0.70
tick
Function · 0.70
toolSet
Function · 0.50
toolCancel
Function · 0.50
setColourAndInputFlags
Function · 0.50
showBelow
Function · 0.50
resetFocus
Function · 0.50
handleMouse
Function · 0.50
dropdownRegisterSelection
Function · 0.50
stateWidgetPressed
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected