Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnDragLeave
Method
OnDragLeave
Source/Engine/Platform/Base/WindowBase.cpp:334–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
void WindowBase::OnDragLeave()
335
{
336
INVOKE_EVENT_PARAMS_0(OnDragLeave);
337
}
338
339
void WindowBase::OnHitTest(const Float2& mousePosition, WindowHitCodes& result, bool& handled)
340
{
Callers
6
Internal_OnDragLeave
Method · 0.45
DoDragDrop
Method · 0.45
Tick
Method · 0.45
DoDragDropX11
Method · 0.45
X11EventHook
Method · 0.45
MacWindow.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected