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