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

FreeBSD Manual Pages

  
 
  

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

NAME
     active_menu  -  Global  pointer  to the most recent activated menu. Allegro
     game programming library.

SYNOPSIS
     #include <allegro.h>

     extern MENU *active_menu;

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.

SEE ALSO
     , exgui(3)

Allegro 			  version 4.4.3 		  active_menu(3)

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

home | help