Window without edge

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
Jake007
Posts: 16
Joined: Wed Jun 29, 2011 8:39 pm
Location: Slovenia

Window without edge

Post by Jake007 »

Hi!

Is it possible to create window in windowed mode without outer edge ( where the title is written and where the X is to close the application)?

Regards,
Jake
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Re: Window without edge

Post by Radikalizm »

Jake007 wrote:Hi!

Is it possible to create window in windowed mode without outer edge ( where the title is written and where the X is to close the application)?

Regards,
Jake
Not out of the box, but you could always edit the irrlicht source to let it create a window without a border
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Window without edge

Post by hybrid »

Well, you can even pass such a window to Irrlicht and let it render there. No need to alter the engine for that. It's just OS sepcific then.
Post Reply