gfx_mode_select.3alleg

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

gfx_mode_select - Displays the Allegro graphics mode selection dialog.

SYNOPSIS

#include <allegro.h>

int gfx_mode_select(int *card, int *w, int *h);

DESCRIPTION

Displays the Allegro graphics mode selection dialog, which allows the user to select a screen mode and graphics card. Stores the selection in the three variables, and returns zero if it was closed with the Cancel button or non-zero if it was OK'd.

The initial values of card, w, h are not used.

SEE ALSO

gfx_mode_select_ex(3alleg), gfx_mode_select_filter(3alleg), set_gfx_mode(3alleg), gui_fg_color(3alleg)