How is it possible to get the current video mode of the device ? I need to know if the application runs in either full screen or windowed mode.
Thanks.
get windowed/fullscreen mode at runtime ?
-
- Posts: 206
- Joined: Thu Sep 01, 2005 9:26 pm
- Location: France
get windowed/fullscreen mode at runtime ?
Return to Irrlicht after years... I'm lovin it.
It's hard to be a Man !
Si vis pacem para belum
It's hard to be a Man !
Si vis pacem para belum
I believe this question was already answered in this post
http://irrlicht.sourceforge.net/phpBB2/ ... fullscreen
EDIT: Oops! This was from May, not June
http://irrlicht.sourceforge.net/phpBB2/ ... fullscreen
EDIT: Oops! This was from May, not June
-
- Posts: 224
- Joined: Tue Oct 25, 2005 4:32 pm
- Location: Louisiana, USA, backwater country
- Contact:
i don't believe irrlicht allows for screen size changing during runtime. if you want, you might be able to de-initialize the device, and then reinitialize it after, restoring memory links manually. this would be a difficult and tedious task that might require some advanced programming procedures
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
Ah thanks alot for the reply so I dont have to search the documentation for that anymorerooly wrote:i don't believe irrlicht allows for screen size changing during runtime. if you want, you might be able to de-initialize the device, and then reinitialize it after, restoring memory links manually. this would be a difficult and tedious task that might require some advanced programming procedures