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

Function viewport

library/include/modules/Screen.h:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 return inClipLocal(pos.x, pos.y);
176 }
177 ViewRect viewport(rect2d area) const {
178 rect2d nview(global(area.first), global(area.second));
179 return ViewRect(nview, intersect(nview, clip));
180 }
181 };
182
183 DFHACK_EXPORT df::coord2d getMousePos();

Callers

nothing calls this directly

Calls 4

globalFunction · 0.85
ViewRectFunction · 0.85
intersectFunction · 0.85
PainterFunction · 0.85

Tested by

no test coverage detected