Remove / hide title bar for renderWindow

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
Post Reply
kyunghowon
Gnoblar
Posts: 1
Joined: Wed Jan 24, 2018 4:25 pm

Remove / hide title bar for renderWindow

Post by kyunghowon »

Dear all,

Hello. Now I am using OGRE for some application, and I want to remove the title bar for simple design.

I created window using createRenderWindow() function.

There is a way to remove title bar, which is setfullscreen.

However, I want to remove/hide title bar without using full screen, or at least color the title bar with black.

Is there any suggestion?

Thank you.
User avatar
Zonder
Ogre Magi
Posts: 1168
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 73

Re: Remove / hide title bar for renderWindow

Post by Zonder »

Are you asking for windowed full screen or just using part of the screen with no title bar?
There are 10 types of people in the world: Those who understand binary, and those who don't...
Post Reply