Child window in front of Irrlicht

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
codwarrior
Posts: 7
Joined: Tue Feb 10, 2004 10:00 am

Child window in front of Irrlicht

Post by codwarrior »

Hello everybody,

I have the following problem: I want to have a child window - derived from CWnd - in front of my (fullscreen) Irrlicht output. The window is in fact there, but every time Irrlicht repaints its window, it also overpaints the content of my child window. This leads to unwanted flickering effects.

So my question is, how can I keep my child window really in front of Irrlicht and prevent Irrlicht from overpainting my child window? I checked the flags for fullscreen windows with which Irrlicht creates its window, and they seem OK to me?

Can anybody help? Thanks in advance!
[/b]
Post Reply