table of contents
active_dialog(3) | Allegro manual | active_dialog(3) |
NAME¶
active_dialog - 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¶
version 4.4.3 | Allegro |