1al_get_new_display_adapter(3) al_get_new_display_adapter(3)
23
4
NAME
6al_get_new_display_adapter - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_get_new_display_adapter(void)
12
DESCRIPTION
14Gets the video adapter index where new displays will be created by the
15calling thread, if previously set with al_set_new_display_adapter(3).
16Otherwise returns ALLEGRO_DEFAULT_DISPLAY_ADAPTER.
17
SEE ALSO
19al_set_new_display_adapter(3)
2021
22
23
Allegro reference manual al_get_new_display_adapter(3)