can i switch window mode to fullscreen??

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
gdtr
Posts: 3
Joined: Tue Aug 07, 2007 12:21 pm

can i switch window mode to fullscreen??

Post by gdtr »

can i switch window mode to fullscreen??
Thanks....
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, upon device creation. If you meant during run-time, i.e. while the device exists, then no, not with Irrlicht methods. You should be able to access the underlying device structure, though, and change the mode using win32 or Linux methods.
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

but if u mean that u want your game to run full windowed then just change the 4th parameter in create device to true
gdtr
Posts: 3
Joined: Tue Aug 07, 2007 12:21 pm

Post by gdtr »

thanks..
Post Reply