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

popup_dialog - do_dialog() used for popup dialogs. Allegro game programming library.

Description

       Like do_dialog(), but it stores the data on the screen before drawing the dialog and restores it when the
       dialog  is  closed. The screen area to be stored is calculated from the dimensions of the first object in
       the dialog, so all the other objects should lie within this one.

Name

       popup_dialog - do_dialog() used for popup dialogs. Allegro game programming library.

See Also

do_dialog(3alleg4)

Allegro                                           version 4.4.3                            popup_dialog(3alleg4)

Synopsis

#include<allegro.h>intpopup_dialog(DIALOG*dialog,intfocus_obj);

See Also