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

Method OnBeginTabDrag

DebugView++/MainFrame.cpp:739–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739LRESULT CMainFrame::OnBeginTabDrag(NMHDR* pnmh)
740{
741 auto& nmhdr = *reinterpret_cast<NMCTCITEM*>(pnmh);
742
743 return nmhdr.iItem >= GetViewCount();
744}
745
746LRESULT CMainFrame::OnChangeTab(NMHDR* pnmh)
747{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected