|
NAMEactive_dialog - Global pointer to the most recent activated dialog. Allegro game programming library.SYNOPSIS#include <allegro.h>extern DIALOG *active_dialog; DESCRIPTIONGlobal 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 ALSOdo_dialog(3), init_dialog(3), broadcast_dialog_message(3)
Visit the GSP FreeBSD Man Page Interface. |