MCPcopy 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

OnLostFocusMethod · 0.45
IsFalseMethod · 0.45
OnGotFocusMethod · 0.45
IsTrueMethod · 0.45

Tested by

no test coverage detected