MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetFrameBufferBorderHeight

Method GetFrameBufferBorderHeight

source/Video.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111UINT Video::GetFrameBufferBorderHeight(void)
112{
113 static const UINT uBorderH = 18;
114 return uBorderH;
115}
116
117UINT Video::GetFrameBufferWidth(void)
118{

Callers 2

NTSC_VideoInitFunction · 0.80
VideoPresentScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected