MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / DoDragDrop

Function DoDragDrop

Source/Engine/Platform/Base/WindowBase.h:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 /// <param name="data">The data.</param>
433 /// <returns>The result.</returns>
434 API_FUNCTION() virtual DragDropEffect DoDragDrop(const StringView& data)
435 {
436 return DragDropEffect::None;
437 }
438
439 /// <summary>
440 /// Starts a window drag and drop operation.

Callers 15

DoDragDropMethod · 0.85
DoDragDropMethod · 0.85
DoDragDropMethod · 0.85
DoDragDropMethod · 0.85
DoDragDropMethod · 0.85
DoDragMethod · 0.85
DoDragMethod · 0.85
OnMouseMoveMethod · 0.85
OnMouseLeaveMethod · 0.85
DoDragDropMethod · 0.85
OnMouseMoveMethod · 0.85
OnMouseLeaveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected