active_dialog - Man Page
Global pointer to the most recent activated dialog. Allegro game programming library.
Synopsis
#include <allegro.h>
extern DIALOG *active_dialog;
Description
Global pointer to the most recent activated dialog. This may be useful if an object needs to iterate through a list of all its siblings.
See Also
Referenced By
version 4.4.3 Allegro manual