1al_get_monitor_info(3) Library Functions Manual al_get_monitor_info(3)
2
3
4
6 al_get_monitor_info
7
9 #include <allegro5/allegro.h>
10
11 bool al_get_monitor_info(int adapter, ALLEGRO_MONITOR_INFO *info)
12
14 Get information about a monitor's position on the desktop. adapter is
15 a number from 0 to al_get_num_video_adapters()–1.
16
17 Returns true on success, false on failure.
18
20 ALLEGRO_MONITOR_INFO(3), al_get_num_video_adapters(3)
21
22
23
24Allegro reference manual al_get_monitor_info(3)