How to set fullscreen mode?
How to set fullscreen mode?
Hi, how can I set fullscreen mode after I create the IrrlichtDevice? If I call device->maximize() is doesn't work correctly. Is there a set fullscreen method?
-
Radikalizm
- Posts: 1215
- Joined: Tue Jan 09, 2007 7:03 pm
- Location: Leuven, Belgium
Re: How to set fullscreen mode?
The only way to switch from windowed to fullscreen and vice versa is to reset the irrlicht device, meaning you'll need to save the states of all your systems, which can be quite tricky to pull offminas1 wrote:Hi, how can I set fullscreen mode after I create the IrrlichtDevice? If I call device->maximize() is doesn't work correctly. Is there a set fullscreen method?
