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

Method OnLostFocus

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

When control looses input focus

()

Source from the content-addressed store, hash-verified

537 /// When control looses input focus
538 /// </summary>
539 [NoAnimate]
540 public virtual void OnLostFocus()
541 {
542 _isFocused = false;
543 _isNavFocused = false;
544 }
545
546 /// <summary>
547 /// Action fired when control gets 'Contains Focus' state

Callers 1

FocusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected