gui element related question

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!
Post Reply
biotech
Posts: 37
Joined: Sat Jan 31, 2004 1:46 pm

gui element related question

Post by biotech »

is there any gui element similiar to window that can not be moved with mouse?
liked fixed window?
ich bin ein berliner
mm765
Posts: 172
Joined: Fri May 28, 2004 10:12 am

Post by mm765 »

you can change the window class so it(the window) doesnt move anymore.
just copy cguiwindow class from irrlicht sources and remove the code that is used for moving the window.
on the other hand if you dont want displayed gui elements being movable, dont use a window but add them directly to the guienvironment.
Post Reply