MCPcopy Create free account
hub / github.com/SFML/SFML / getPosition

Function getPosition

src/SFML/Window/Mouse.cpp:42–45  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

40
41////////////////////////////////////////////////////////////
42Vector2i getPosition()
43{
44 return priv::InputImpl::getMousePosition();
45}
46
47
48////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

getMousePositionFunction · 0.50

Tested by

no test coverage detected