1active_dialog(3) Allegro manual active_dialog(3)
23
4
NAME
6active_dialog - Global pointer to the most recent activated dialog.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern DIALOG *active_dialog;
14
DESCRIPTION
16Global pointer to the most recent activated dialog. This may be useful
17if an object needs to iterate through a list of all its siblings.
1819
SEE ALSO
21do_dialog(3), init_dialog(3), broadcast_dialog_message(3)
2223
24
25
Allegro version 4.4.2 active_dialog(3)