position_dialog
Moves an array of dialog objects to the specified position. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Moves an array of dialog objects to the specified position. Allegro game programming library.
#include <allegro.h>
void position_dialog(DIALOG *dialog, int x, int y);
Moves an array of dialog objects to the specified screen position (specified as the top left corner of the dialog).
centre_dialog(3alleg4), exgui(3alleg4)