Hey
What I am going to create is a button that when clicked loads a drop down menu. If you don't know what I mean look at IE, click the arrow next to the back button.
I already have a quick and dirty way of doing it, basically drawing an image where I want the menu, then making a rectangle around the menu. If the menu is open then a click outside the rectangle closes it.
The way I am doing it currently is pretty much all over the place and I'd like to add it to the actual engine, if possible without rebuilding the engine. Unfortunatly my knowledge of C++ falls flat on it's arse right there so I was wondering if anyone had simular plans to create this and how they are planning to do it.
If not I'll just do it the long winded way, I simply don't have the skill to do it on my own. I can but hope
Implementing a drop down menu
Irrlicht 0.5 got just the stuff for your!
it's called IGUIContextMenu
You can read all about it in the API documentation >here<
it's called IGUIContextMenu
You can read all about it in the API documentation >here<