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

Method OnDragEnter

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

Source from the content-addressed store, hash-verified

314}
315
316void WindowBase::OnDragEnter(IGuiData* data, const Float2& mousePosition, DragDropEffect& result)
317{
318 DragEnter(data, mousePosition, result);
319 INVOKE_DRAG_EVENT(OnDragEnter);
320}
321
322void WindowBase::OnDragOver(IGuiData* data, const Float2& mousePosition, DragDropEffect& result)
323{

Callers 6

Internal_OnDragEnterMethod · 0.45
DoDragDropMethod · 0.45
TickMethod · 0.45
DoDragDropX11Method · 0.45
X11EventHookMethod · 0.45
MacWindow.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected