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

Method displayGetHeight

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

Source from the content-addressed store, hash-verified

946int Framework::displayGetWidth() { return p->displaySize.x; }
947
948int Framework::displayGetHeight() { return p->displaySize.y; }
949
950Vec2<int> Framework::displayGetSize() { return p->displaySize; }
951

Callers 7

FormPreviewMethod · 0.80
renderMethod · 0.80
ImagePreviewMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
TileViewMethod · 0.80
getParentSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected