If you not doing any rendering, you aren't using any view co-ordinates so there are none to convert to and from pixel positions. If you are using sf::Window, you refer to positions in the window by their pixels. One common usage for mapPixelToCoords is for mouse position. If you are using just sf::Window, the mouse position is in pixels and you can use that position directly.