MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnDrop

Method OnDrop

Source/FrameEditor.cpp:1324–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324BOOL CFrameEditorDropTarget::OnDrop(CWnd* pWnd, COleDataObject* pDataObject, DROPEFFECT dropEffect, CPoint point)
1325{
1326 m_nDropEffect = DROPEFFECT_NONE;
1327 m_pParent->UpdateDrag(point);
1328 return m_pParent->DropData(pDataObject, dropEffect);
1329}
1330
1331void CFrameEditorDropTarget::OnDragLeave(CWnd* pWnd)
1332{

Callers

nothing calls this directly

Calls 2

DropDataMethod · 0.80
UpdateDragMethod · 0.45

Tested by

no test coverage detected