1get_gfx_mode(3)                 Allegro manual                 get_gfx_mode(3)
2
3
4

NAME

6       get_gfx_mode  -  Returns the id of the current graphics driver. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int get_gfx_mode();
14

DESCRIPTION

16       This function will let you determine which graphics driver is currently
17       set by allegro. If no graphics driver is set, it will return GFX_NONE.
18
19

RETURN VALUE

21       Returns  the  id  of  the  current  graphics driver if there is one, or
22       GFX_NONE if none is set.
23
24

SEE ALSO

26       set_gfx_mode(3), is_windowed_mode(3)
27
28
29
30Allegro                          version 4.4.3                 get_gfx_mode(3)
Impressum