Looking at the documentation I cant's seem to find anything related to relative mouseinput or changing the position of the cursor.
This is (especially) useful for first person styled movement like:
sf::Event Event;
App.GetMouseState( Event );
// use Event.Mouse for moving camera
App.MoveCursorTo(width/2, height/2);