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

Function getPosition

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

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

Source from the content-addressed store, hash-verified

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

Callers 6

Listener.test.cppFile · 0.50
getPositionMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
updateUniformBufferMethod · 0.50
mainFunction · 0.50

Calls 1

getTouchPositionFunction · 0.50

Tested by

no test coverage detected