logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

do_dialog(3alleg4), init_dialog(3alleg4), broadcast_dialog_message(3alleg4)

Allegro                                           version 4.4.3                           active_dialog(3alleg4)

Synopsis

#include<allegro.h>externDIALOG*active_dialog;

See Also