You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
I have a strange problem with a window containing 4 buttons.
I use that window instead of a menu. During rendering my scenes I set the window to visible(false) and enabled(false). But if I press the left mouse button it flickers. I do not understand why a disabled window is receiving mouse events and why it flickers if I set it to invisible.
So there are 2 possiblities:
- I misunderstood the decumentaion
- or its an irrlicht bug
I could not found a possibility to tell the window NOT to receive mouse inputs.
Did anybody know this problem or found a similar problem ?
Thanks for hints.
Alex
Any fool can make things bigger, more complex, and more violent. It takes a touch of genius-and a lot of courage-to move in the opposite direction.
(Albert Einstein)