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

Method Defocus

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

Removes input focus from the control

()

Source from the content-addressed store, hash-verified

515 /// Removes input focus from the control
516 /// </summary>
517 public virtual void Defocus()
518 {
519 if (ContainsFocus)
520 {
521 Focus(null);
522 }
523 }
524
525 /// <summary>
526 /// When control gets input focus

Callers

nothing calls this directly

Calls 1

FocusFunction · 0.85

Tested by

no test coverage detected