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

Method VideoRedrawScreen

source/FrameBase.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void FrameBase::VideoRedrawScreen(void)
34{
35 // NB. Can't rely on g_uVideoMode being non-zero (ie. so it can double up as a flag) since 'GR,PAGE1,non-mixed' mode == 0x00.
36 VideoRefreshScreen(GetVideo().GetVideoMode(), true);
37}
38
39//===========================================================================
40void FrameBase::VideoRedrawScreenDuringFullSpeed(uint32_t dwCyclesThisFrame, bool bInit /*=false*/)

Callers 5

KeybQueueKeypressFunction · 0.80
DisplayBenchmarkResultsFunction · 0.80
CmdBenchmarkStopFunction · 0.80
CmdWindowViewOutputFunction · 0.80
DebuggerProcessKeyFunction · 0.80

Calls 1

GetVideoModeMethod · 0.80

Tested by

no test coverage detected