1al_get_window_constraints(3)                      al_get_window_constraints(3)
2
3
4

NAME

6       al_get_window_constraints - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_get_window_constraints(ALLEGRO_DISPLAY *display,
12                 int *min_w, int *min_h, int *max_w, int *max_h)
13

DESCRIPTION

15       Gets the constraints for a non-fullscreen resizable display.
16

SINCE

18       5.1.0
19

SEE ALSO

21       al_set_window_constraints(3)
22
23
24
25Allegro reference manual                          al_get_window_constraints(3)
Impressum