0 Members and 1 Guest are viewing this topic.
If your resolution is "standard", you can pass the Fullscreen style to the constructor of the Window / RenderWindow classes.
RenderWindow App = new RenderWindow(new VideoMode(800, 600, 32), "SFML.NET"); App.SetFramerateLimit(30);