MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / render

Method render

framework/apocresources/cursor.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void ApocCursor::render()
54{
55 fw().renderer->draw(images.at(static_cast<int>(CurrentType)),
56 Vec2<float>{cursorPos.x, cursorPos.y});
57}
58
59}; // namespace OpenApoc

Callers 1

runMethod · 0.45

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected