active_dialog.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

do_dialog(3alleg), init_dialog(3alleg), broadcast_dialog_message(3alleg)