ACTIVE_DIALOG(3ALLEG4) - Linux man page online | Library functions
Global pointer to the most recent activated dialog. Allegro game programming library.
Chapter
version 4.4.2
active_dialog(3alleg4) Allegro manual active_dialog(3alleg4)
Allegro version 4.4.2 active_dialog(3alleg4)
NAME
active_dialog - Global pointer to the most recent activated dialog. Allegro game program‐ ming 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(3alleg4), init_dialog(3alleg4), broadcast_dialog_message(3alleg4)This manual | Reference | Other manuals |
---|---|---|
active_dialog(3alleg4) | referred by | broadcast_dialog_message(3alleg4) |
refer to | broadcast_dialog_message(3alleg4) | do_dialog(3alleg4) | init_dialog(3alleg4) |