MCPcopy 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
412int SystemBaseFrameBuffer::GetClientHeight()
413{
414 RECT rect = { 0 };
415 GetClientRect(mainwindow.GetHandle(), &rect);
416 return rect.bottom - rect.top;
417}

Callers 1

CCMDFunction · 0.45

Calls 1

GetHandleMethod · 0.45

Tested by

no test coverage detected