Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Focus
Method
Focus
Source/Engine/UI/GUI/WindowRootControl.cs:247–250 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
246
/// <inheritdoc />
247
public override void Focus()
248
{
249
_window.Focus();
250
}
251
252
/// <inheritdoc />
253
public override void DoDragDrop(DragData data)
Callers
nothing calls this directly
Calls
4
OnLostFocus
Method · 0.45
IsFalse
Method · 0.45
OnGotFocus
Method · 0.45
IsTrue
Method · 0.45
Tested by
no test coverage detected