logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

update_menu - Low level function to update a menu player. Allegro game programming library.

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.

Name

       update_menu - Low level function to update a menu player. Allegro game programming library.

See Also

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

Allegro                                           version 4.4.3                             update_menu(3alleg4)

Synopsis

#include<allegro.h>intupdate_menu(MENU_PLAYER*player);

See Also