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

Function setPosition

src/SFML/Window/Mouse.cpp:56–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55////////////////////////////////////////////////////////////
56void setPosition(Vector2i position)
57{
58 priv::InputImpl::setMousePosition(position);
59}
60
61
62////////////////////////////////////////////////////////////

Callers 11

Listener.test.cppFile · 0.85
moveMethod · 0.85
SoundSource.cppFile · 0.85
setPositionMethod · 0.85
onStartMethod · 0.85
onStartMethod · 0.85
onStartMethod · 0.85
onStartMethod · 0.85
onUpdateMethod · 0.85
onStartMethod · 0.85
onStartMethod · 0.85

Calls 1

setMousePositionFunction · 0.50

Tested by

no test coverage detected