Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

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.


Messages - EBrown

Pages: [1]
1
DotNet / Fullscreen Window
« on: August 26, 2010, 11:35:52 pm »
Aha, I got it. Thank you. :)

Thanks,
EBrown

2
DotNet / Fullscreen Window
« on: August 26, 2010, 01:59:25 am »
Quote from: "Laurent"
If your resolution is "standard", you can pass the Fullscreen style to the constructor of the Window / RenderWindow classes.

How so? Sorry if I sound like a noob, but this is the first time I have used SFML.NET.

Code: [Select]
           RenderWindow App = new RenderWindow(new VideoMode(800, 600, 32), "SFML.NET");
            App.SetFramerateLimit(30);


That is my initialization.

Thanks,
EBrown

3
DotNet / Fullscreen Window
« on: August 25, 2010, 01:33:39 am »
Hello
How would I go about making SFML.NET fullscreen? I have a VERY specific resolution I want, and I want it fullscreen, as in no window borders, etc.

Any advice?

Thanks,
EBrown

Pages: [1]
anything