1active_menu(3) Allegro manual active_menu(3)
23
4
NAME
6active_menu - Global pointer to the most recent activated menu. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern MENU *active_menu;
14
DESCRIPTION
16When a menu callback procedure is triggered, this will be set to the
17menu item that was selected, so your routine can determine where it was
18called from.
1920
SEE ALSO
22, exgui(3)
2324
25
26
Allegro version 4.2.3 active_menu(3)