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

Method GetViewportScale

source/Windows/WinFrame.cpp:2877–2880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2875}
2876
2877int Win32Frame::GetViewportScale(void)
2878{
2879 return g_nViewportScale;
2880}
2881
2882int Win32Frame::SetViewportScale(int nNewScale, bool bForce /*=false*/)
2883{

Callers 3

DebuggerMouseClickFunction · 0.80
StretchBltMemToFrameDCFunction · 0.80
RepeatInitializationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected