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

Method OnDragOver

Source/Engine/Platform/Base/WindowBase.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void WindowBase::OnDragOver(IGuiData* data, const Float2& mousePosition, DragDropEffect& result)
323{
324 DragOver(data, mousePosition, result);
325 INVOKE_DRAG_EVENT(OnDragOver);
326}
327
328void WindowBase::OnDragDrop(IGuiData* data, const Float2& mousePosition, DragDropEffect& result)
329{

Callers 5

DoDragDropMethod · 0.80
TickMethod · 0.80
DoDragDropX11Method · 0.80
X11EventHookMethod · 0.80
MacWindow.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected