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

Method OnDragOver

Source/FrameEditor.cpp:1318–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316}
1317
1318DROPEFFECT CFrameEditorDropTarget::OnDragOver(CWnd* pWnd, COleDataObject* pDataObject, DWORD dwKeyState, CPoint point)
1319{
1320 m_pParent->UpdateDrag(point);
1321 return m_nDropEffect;
1322}
1323
1324BOOL CFrameEditorDropTarget::OnDrop(CWnd* pWnd, COleDataObject* pDataObject, DROPEFFECT dropEffect, CPoint point)
1325{

Callers

nothing calls this directly

Calls 1

UpdateDragMethod · 0.45

Tested by

no test coverage detected