position_dialog - Moves an array of dialog objects to the specified position. Allegro game programming
Contents
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);
