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.

RELATED TO update_menu…

init_menu(3alleg4), shutdown_menu(3alleg4), do_menu(3alleg4)