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

Method OnDragLeave

Source/FamiTrackerView.cpp:3352–3364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3350}
3351
3352void CFamiTrackerView::OnDragLeave()
3353{
3354 TRACE(L"OLE: OnDragLeave\n");
3355
3356 if (m_nDropEffect != DROPEFFECT_NONE) {
3357 m_pPatternEditor->EndDrag();
3358 InvalidateCursor();
3359 }
3360
3361 m_nDropEffect = DROPEFFECT_NONE;
3362
3363 CView::OnDragLeave();
3364}
3365
3366DROPEFFECT CFamiTrackerView::OnDragOver(COleDataObject* pDataObject, DWORD dwKeyState, CPoint point)
3367{

Callers

nothing calls this directly

Calls 1

EndDragMethod · 0.80

Tested by

no test coverage detected