Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getToolWidgetIndex
Function
getToolWidgetIndex
src/OpenLoco/src/Ui/ToolManager.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
int16_t getToolWidgetIndex()
151
{
152
return _toolWidgetIndex;
153
}
154
void setToolWidgetIndex(uint16_t toolWidgetIndex)
155
{
156
_toolWidgetIndex = toolWidgetIndex;
Callers
8
processMouseTool
Function · 0.85
isToolActive
Function · 0.85
toolCancel
Function · 0.85
invalidatePressedImageButtons
Method · 0.85
draw
Method · 0.85
rotate
Function · 0.85
stateViewportLeft
Function · 0.85
stateNormalLeft
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected