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

Function getToolCursor

src/OpenLoco/src/Ui/ToolManager.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 Ui::CursorId getToolCursor()
142 {
143 return _toolWindowCursor;
144 }
145 void setToolCursor(Ui::CursorId toolWindowCursor)
146 {
147 _toolWindowCursor = toolWindowCursor;

Callers 3

onAdjustLandToolUpdateFunction · 0.85
onToolUpdateFunction · 0.85
processMouseOverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected