position_dialog(3alleg4) | Allegro manual | position_dialog(3alleg4) |
position_dialog - 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).
version 4.4.2 | Allegro |