1al_get_display_height(3) al_get_display_height(3)
23
4
NAME
6al_get_display_height - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_display_height(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14Gets the height of the display. This is like SCREEN_H in Allegro 4.x.
15
SEE ALSO
17al_get_display_width(3)
1819
20
21
Allegro reference manual al_get_display_height(3)