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

Method OnDragOver

Source/FamiTrackerView.cpp:3366–3377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3364}
3365
3366DROPEFFECT CFamiTrackerView::OnDragOver(COleDataObject* pDataObject, DWORD dwKeyState, CPoint point)
3367{
3368 TRACE(L"OLE: OnDragOver\n");
3369
3370 // Update drag'n'drop cursor
3371 if (m_nDropEffect != DROPEFFECT_NONE) {
3372 m_pPatternEditor->UpdateDrag(point);
3373 InvalidateCursor();
3374 }
3375
3376 return m_nDropEffect;
3377}
3378
3379BOOL CFamiTrackerView::OnDrop(COleDataObject* pDataObject, DROPEFFECT dropEffect, CPoint point)
3380{

Callers

nothing calls this directly

Calls 1

UpdateDragMethod · 0.45

Tested by

no test coverage detected