Marzac / le3d

A straightforward and easy to use 3D software renderer for real-time retro graphics.
https://marzac.github.io/le3d/
MIT License
60 stars 6 forks source link

Fullscreen mode (windows) #23

Closed Marzac closed 6 years ago

Marzac commented 6 years ago

The format of the window (title bar, borders, re-sizeable characteristics ...) created by default in LeWindow classis not compatible with a full-screen mode.

According to MSDN documentation, a window should be destroyed and then re-created to change its style attributes.

The window creation code needs to be re-written to support a real switch from windowed to fullscreen modes.

Marzac commented 6 years ago

All of this has been done in latest commit.