Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetClientHeight
Method
GetClientHeight
source/common/platform/win32/base_sysfb.cpp:412–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
int SystemBaseFrameBuffer::GetClientHeight()
413
{
414
RECT rect = { 0 };
415
GetClientRect(mainwindow.GetHandle(), &rect);
416
return rect.bottom - rect.top;
417
}
Callers
1
CCMD
Function · 0.45
Calls
1
GetHandle
Method · 0.45
Tested by
no test coverage detected