Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ activateMapSelectionTool
Function
activateMapSelectionTool
src/OpenLoco/src/Ui/Windows/TileInspector.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
);
104
105
static void activateMapSelectionTool(const Window& self)
106
{
107
ToolManager::toolSet(self, widx::panel, CursorId::crosshair);
108
Input::setFlag(Input::Flags::flag6);
109
}
110
111
static const WindowEventList& getEvents();
112
Callers
2
open
Function · 0.85
onMouseUp
Function · 0.85
Calls
2
toolSet
Function · 0.85
setFlag
Function · 0.50
Tested by
no test coverage detected