Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getToolWindowType
Function
getToolWindowType
src/OpenLoco/src/Ui/ToolManager.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
Ui::WindowType getToolWindowType()
133
{
134
return _toolWindowType;
135
}
136
void setToolWindowType(Ui::WindowType toolWindowType)
137
{
138
_toolWindowType = toolWindowType;
Callers
10
processMouseTool
Function · 0.85
toolCancel
Function · 0.85
onUpdate
Function · 0.85
open
Function · 0.85
onUpdate
Function · 0.85
sub_4CD454
Function · 0.85
prepareDraw
Function · 0.85
stateViewportLeft
Function · 0.85
stateNormalLeft
Function · 0.85
processMouseOver
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected