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

Method Internal_OnMouseLeave

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

Source from the content-addressed store, hash-verified

292 }
293
294 internal void Internal_OnMouseLeave()
295 {
296 MouseLeave?.Invoke();
297 GUI.OnMouseLeave();
298 }
299
300 internal void Internal_OnTouchDown(ref Float2 pointerPosition, int pointerId)
301 {

Callers

nothing calls this directly

Calls 1

OnMouseLeaveMethod · 0.45

Tested by

no test coverage detected