logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

       , exgui(3alleg4)

Allegro                                           version 4.4.3                             active_menu(3alleg4)

Synopsis

#include<allegro.h>externMENU*active_menu;

See Also