.\" Generated by the Allegro makedoc utility .TH update_menu 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME update_menu \- Low level function to update a menu player. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int update_menu(MENU_PLAYER *player); .SH 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. .SH SEE ALSO .BR init_menu (3alleg4), .BR shutdown_menu (3alleg4), .BR do_menu (3alleg4)