0 Members and 2 Guests are viewing this topic.
int x = 200;int y = 300;myWindow.SetSize (x, y);myView.SetFromRect (sf::FloatRect (0, 0, x - 1, y - 1));