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

Method Internal_OnLostFocus

Source/Engine/Platform/Window.cs:342–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 }
341
342 internal void Internal_OnLostFocus()
343 {
344 LostFocus?.Invoke();
345 GUI.OnLostFocus();
346 }
347
348 internal void Internal_OnHitTest(ref Float2 mousePos, ref WindowHitCodes result, ref bool handled)
349 {

Callers

nothing calls this directly

Calls 1

OnLostFocusMethod · 0.45

Tested by

no test coverage detected