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

Method displayGetSize

framework/framework.cpp:950–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948int Framework::displayGetHeight() { return p->displaySize.y; }
949
950Vec2<int> Framework::displayGetSize() { return p->displaySize; }
951
952int Framework::coordWindowToDisplayX(int x) const
953{

Callers 4

renderMethod · 0.80
VideoScreenMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected