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

Method IsFullScreen

source/Windows/WinFrame.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534//===========================================================================
535
536bool Win32Frame::IsFullScreen(void)
537{
538 return g_bIsFullScreen;
539}
540
541bool Win32Frame::GetFullScreenShowSubunitStatus(void)
542{

Callers 4

DebuggerMouseClickFunction · 0.80
StretchBltMemToFrameDCFunction · 0.80
ApplyConfigAfterCloseMethod · 0.80
DlgDisk2OKMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected