I want write a pop menu in my game. Is there a samples or tutorial? I have no idea about it .
Re: HELP: PopMenu
Posted: Fri Sep 02, 2005 09:01
by Blakharaz
Have you used CEGUI before?
You have two possibilities, design your menu by creating XML files or creating it by program code. See http://www.cegui.org.uk/wiki/index.php/ ... GUI_Window,
Popupmenus are in WindowsLook only.
Create a PopupMenu, then add PopupMenuItems as children to it (via XML or C++ code). Bind your events to EventMouseClicked of the PopupMenuItems.