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

Method Internal_OnMouseMoveRelative

Source/Engine/Platform/Window.cs:288–292  ·  view source on GitHub ↗
(ref Float2 motion)

Source from the content-addressed store, hash-verified

286 }
287
288 internal void Internal_OnMouseMoveRelative(ref Float2 motion)
289 {
290 MouseMoveRelative?.Invoke(ref motion);
291 GUI.OnMouseMoveRelative(motion);
292 }
293
294 internal void Internal_OnMouseLeave()
295 {

Callers

nothing calls this directly

Calls 1

OnMouseMoveRelativeMethod · 0.45

Tested by

no test coverage detected