1al_is_d3d_device_lost(3) Library Functions Manual al_is_d3d_device_lost(3)
23
4
NAME
6al_is_d3d_device_lost
7
SYNOPSIS
9#include <allegro5/allegro_direct3d.h>
1011
bool al_is_d3d_device_lost(ALLEGRO_DISPLAY *display)
12
DESCRIPTION
14Returns a boolean indicating whether or not the Direct3D device belong‐
15ing to the given display is in a lost state.
1617
Parameters:
1819
· display - The display that the device you wish to check is attached
20to
2122
23
24
Allegro reference manual al_is_d3d_device_lost(3)