Published
- 1 min read
sfml fullscreen
The solution for this is noted below
sfml fullscreen
Solution
// This creates a fullscreen window
App.Create(sf::VideoMode(800, 600, 32), "SFML Window", sf::Style::Fullscreen);
Try other methods by searching on the site. That is if this doesn’t work