centre_dialog.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

centre_dialog - Centers an array of dialog objects. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void centre_dialog(DIALOG *dialog);

DESCRIPTION

Moves an array of dialog objects so that it is centered in the screen.

SEE ALSO

position_dialog(3alleg), set_dialog_color(3alleg)