Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
948
int Framework::displayGetHeight() { return p->displaySize.y; }
949
950
Vec2<int> Framework::displayGetSize() { return p->displaySize; }
951
952
int Framework::coordWindowToDisplayX(int x) const
953
{
Callers
4
render
Method · 0.80
VideoScreen
Method · 0.80
render
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected