1active_dialog(3)                Allegro manual                active_dialog(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       extern DIALOG *active_dialog;
14

DESCRIPTION

16       Global pointer to the most recent activated dialog. This may be  useful
17       if an object needs to iterate through a list of all its siblings.
18
19

SEE ALSO

21       do_dialog(3), init_dialog(3), broadcast_dialog_message(3)
22
23
24
25Allegro                          version 4.4.3                active_dialog(3)
Impressum