MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnAlwaysOnTop

Method OnAlwaysOnTop

DebugView++/MainFrame.cpp:1099–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099void CMainFrame::OnAlwaysOnTop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1100{
1101 SetAlwaysOnTop(!GetAlwaysOnTop());
1102}
1103
1104bool CMainFrame::IsPaused() const
1105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected