1al_get_num_display_modes(3) al_get_num_display_modes(3)
2
3
4
6 al_get_num_display_modes - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 int al_get_num_display_modes(void)
12
14 Get the number of available fullscreen display modes for the current
15 set of display parameters. This will use the values set with
16 al_set_new_display_refresh_rate(3), and al_set_new_display_flags(3) to
17 find the number of modes that match. Settings the new display parameā
18 ters to zero will give a list of all modes for the default driver.
19
21 al_get_display_mode(3)
22
23
24
25Allegro reference manual al_get_num_display_modes(3)