MCPcopy 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

openFunction · 0.85
onMouseUpFunction · 0.85

Calls 2

toolSetFunction · 0.85
setFlagFunction · 0.50

Tested by

no test coverage detected