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

NAME

6       active_menu - Global pointer to the most recent activated menu. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       extern MENU *active_menu;
14

DESCRIPTION

16       When a menu callback procedure is triggered, this will be  set  to  the
17       menu item that was selected, so your routine can determine where it was
18       called from.
19
20

SEE ALSO

22       , exgui(3)
23
24
25
26Allegro                          version 4.4.3                  active_menu(3)
Impressum