Now that SFML has sf::Vector2u for unsigned int, why don't sf::Mouse::GetPosition() and sf::Mouse::SetPosition() use it?
For example, it would simplify the usage with sf::RenderWindow::ConvertCoords(), even more if there were a direct overload to take vectors instead of separate unsigned ints.