0 Members and 1 Guest are viewing this topic.
static sf::View view; sf::FloatRect rect(0, 0, newWidth, newHeight); view.SetFromRect(rect); App.SetView(view);