logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

position_dialog - Moves an array of dialog objects to the specified position. Allegro game programming

Description

       Moves an array of dialog objects to the specified screen position (specified as the top  left  corner  of
       the dialog).

Name

       position_dialog  -  Moves  an array of dialog objects to the specified position. Allegro game programming
       library.

See Also

centre_dialog(3alleg4), exgui(3alleg4)

Allegro                                           version 4.4.3                         position_dialog(3alleg4)

Synopsis

#include<allegro.h>voidposition_dialog(DIALOG*dialog,intx,inty);

See Also