MCPcopy Create free account
hub / github.com/DFHack/dfhack / move_cursor

Function move_cursor

plugins/dwarfmonitor.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static void move_cursor(df::coord &pos)
133{
134 Gui::setCursorCoords(pos.x, pos.y, pos.z);
135 Gui::refreshSidebar();
136}
137
138static void open_stats_screen();
139

Callers 5

feedMethod · 0.85
feedMethod · 0.85
feedMethod · 0.85
clear_matchFunction · 0.85
findMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected