1shutdown_menu(3) Allegro manual shutdown_menu(3)
2
3
4
6 shutdown_menu - Destroys a menu player object returned by init_menu().
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 int shutdown_menu(MENU_PLAYER *player);
14
16 Destroys a menu player object returned by init_menu(), returning the
17 index of the menu item that was selected, or -1 if the menu was can‐
18 celled (this is the same as the return value from do_menu()).
19
20
22 init_menu(3), update_menu(3)
23
24
25
26Allegro version 4.2.2 shutdown_menu(3)