1update_menu(3)                  Allegro manual                  update_menu(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       int update_menu(MENU_PLAYER *player);
14

DESCRIPTION

16       Updates the status of a menu object returned  by  init_menu().  Returns
17       TRUE if the menu is still active, or FALSE if it has terminated. Upon a
18       return value of FALSE, it is up to you to call  shutdown_menu()  or  to
19       continue execution.
20
21

SEE ALSO

23       init_menu(3), shutdown_menu(3), do_menu(3)
24
25
26
27Allegro                          version 4.4.3                  update_menu(3)
Impressum