1
DotNet / Fullscreen Window
« on: August 26, 2010, 11:35:52 pm »
Aha, I got it. Thank you.
Thanks,
EBrown
Thanks,
EBrown
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
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);