Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ GetFrameBufferCentringOffsetX
Method
GetFrameBufferCentringOffsetX
source/Video.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
UINT Video::GetFrameBufferCentringOffsetX(void)
128
{
129
return HasVidHD() ? ((kVideoWidthIIgs - kVideoWidthII) / 2) : 0;
130
}
131
132
UINT Video::GetFrameBufferCentringOffsetY(void)
133
{
Callers
2
DebuggerMouseClick
Function · 0.80
StretchBltMemToFrameDC
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected