1get_display_switch_mode(3) Allegro manual get_display_switch_mode(3)
23
4
NAME
6get_display_switch_mode - Returns the current display switching mode.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int get_display_switch_mode();
14
DESCRIPTION
16Returns the current display switching mode, in the same format passed
17to set_display_switch_mode().
1819
SEE ALSO
21set_display_switch_mode(3), exswitch(3)
2223
24
25
Allegro version 4.2.2 get_display_switch_mode(3)