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

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