update_menu (3) - Linux Manuals
update_menu: Low level function to update a menu player. Allegro game programming library.
Command to display update_menu
manual in Linux: $ man 3 update_menu
NAME
update_menu - 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.
Pages related to update_menu