.\" Generated by the Allegro makedoc utility .TH active_menu 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME active_menu \- Global pointer to the most recent activated menu. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern MENU *active_menu; .SH DESCRIPTION When a menu callback procedure is triggered, this will be set to the menu item that was selected, so your routine can determine where it was called from. .SH SEE ALSO , .BR exgui (3alleg4)