Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Internal_OnGotFocus
Method
Internal_OnGotFocus
Source/Engine/Platform/Window.cs:336–340 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
334
}
335
336
internal void Internal_OnGotFocus()
337
{
338
GotFocus?.Invoke();
339
GUI.OnGotFocus();
340
}
341
342
internal void Internal_OnLostFocus()
343
{
Callers
nothing calls this directly
Calls
1
OnGotFocus
Method · 0.45
Tested by
no test coverage detected