DOKK / manpages / debian 10 / allegro4-doc / active_dialog.3alleg4.en
active_dialog(3alleg4) Allegro manual active_dialog(3alleg4)

active_dialog - Global pointer to the most recent activated dialog. Allegro game programming library.

#include <allegro.h>

extern DIALOG *active_dialog;

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.

do_dialog(3alleg4), init_dialog(3alleg4), broadcast_dialog_message(3alleg4)

version 4.4.2 Allegro