Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void 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
run
Method · 0.45
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected