MCPcopy 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
127UINT Video::GetFrameBufferCentringOffsetX(void)
128{
129 return HasVidHD() ? ((kVideoWidthIIgs - kVideoWidthII) / 2) : 0;
130}
131
132UINT Video::GetFrameBufferCentringOffsetY(void)
133{

Callers 2

DebuggerMouseClickFunction · 0.80
StretchBltMemToFrameDCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected