Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
UINT Video::GetFrameBufferBorderHeight(void)
112
{
113
static const UINT uBorderH = 18;
114
return uBorderH;
115
}
116
117
UINT Video::GetFrameBufferWidth(void)
118
{
Callers
2
NTSC_VideoInit
Function · 0.80
VideoPresentScreen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected