Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Internal_OnDragLeave
Method
Internal_OnDragLeave
Source/Engine/Platform/Window.cs:399–402 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
397
}
398
399
internal void Internal_OnDragLeave()
400
{
401
GUI.OnDragLeave();
402
}
403
404
internal void Internal_OnClosing(ClosingReason reason, ref bool cancel)
405
{
Callers
nothing calls this directly
Calls
1
OnDragLeave
Method · 0.45
Tested by
no test coverage detected