update_menu - Man Page
Low level function to update a menu player. Allegro game programming library.
Synopsis
#include <allegro.h>
int update_menu(MENU_PLAYER *player);
Description
Updates the status of a menu object returned by init_menu(). Returns TRUE if the menu is still active, or FALSE if it has terminated. Upon a return value of FALSE, it is up to you to call shutdown_menu() or to continue execution.
See Also
Referenced By
do_menu(3), init_menu(3), MENU_PLAYER(3), shutdown_menu(3).
version 4.4.3 Allegro manual