#include <aedMenu.h>
Public Member Functions | |
unsigned int | addItem (const std::string &caption, aedMenu *child=NULL) |
void | removeItem (unsigned int index) |
int | wm_lbuttondown (Uint16 x, Uint16 y) |
int | wm_mousemove (Uint16 x, Uint16 y, Uint16 dx, Uint16 dy) |
int | wm_mouseleave () |
int | wm_mouseenter () |
void | render () |
|
Add an item to a menu.
|
|
Remove an item from a menu.
|