Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
update_menu(3)			 Allegro manual 		  update_menu(3)

NAME
     update_menu - Low level function to update a menu player. Allegro game pro-
     gramming 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 exe-
     cution.

SEE ALSO
     init_menu(3), shutdown_menu(3), do_menu(3)

Allegro 			  version 4.4.3 		  update_menu(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=update_menu&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help