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

Method UpdateDrag

Source/FrameEditor.cpp:1169–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169void CFrameEditor::UpdateDrag(const CPoint &point)
1170{
1171 CPoint newPoint(point.x, point.y + ROW_HEIGHT / 2);
1172 m_iDragRow = GetRowFromPoint(newPoint, true);
1173 AutoScroll(point);
1174 InvalidateFrameData();
1175}
1176
1177BOOL CFrameEditor::DropData(COleDataObject* pDataObject, DROPEFFECT dropEffect)
1178{

Callers 6

OnDragEnterMethod · 0.45
OnDragOverMethod · 0.45
OnDropMethod · 0.45
OnDragEnterMethod · 0.45
OnDragOverMethod · 0.45
OnDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected