MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnGotFocus

Method OnGotFocus

Source/Engine/UI/GUI/Control.cs:528–534  ·  view source on GitHub ↗

When control gets input focus

()

Source from the content-addressed store, hash-verified

526 /// When control gets input focus
527 /// </summary>
528 [NoAnimate]
529 public virtual void OnGotFocus()
530 {
531 _isFocused = true;
532 _isNavFocused = false;
533 Focused?.Invoke();
534 }
535
536 /// <summary>
537 /// When control looses input focus

Callers 1

FocusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected