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

Method SetMousePosition

Source/Engine/Platform/Mac/MacPlatform.cpp:246–251  ·  view source on GitHub ↗

[Mouse]

Source from the content-addressed store, hash-verified

244
245 // [Mouse]
246 void SetMousePosition(const Float2& newPosition) final override
247 {
248 MacPlatform::SetMousePosition(newPosition);
249
250 OnMouseMoved(newPosition);
251 }
252};
253
254bool MacPlatform::Init()

Callers

nothing calls this directly

Calls 1

OnMouseMovedFunction · 0.85

Tested by

no test coverage detected