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

Method mapPixelToCoords

src/SFML/Graphics/RenderTarget.cpp:300–303  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

298
299////////////////////////////////////////////////////////////
300Vector2f RenderTarget::mapPixelToCoords(Vector2i point) const
301{
302 return mapPixelToCoords(point, getView());
303}
304
305
306////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected