MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / SetPosition

Method SetPosition

src/Nazara/Platform/Mouse.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void Mouse::SetPosition(const Vector2i& position)
36 {
37 EventImpl::SetMousePosition(position.x, position.y);
38 }
39
40 void Mouse::SetPosition(const Vector2i& position, const Window& relativeTo, bool ignoreEvent)
41 {

Callers

nothing calls this directly

Calls 1

IgnoreNextMouseEventMethod · 0.45

Tested by

no test coverage detected