allegro v3.0.0+5.1.8 (2014-09-14T00:00:52Z)
Home
Dub
Repo
ALLEGRO_DISPLAY_MODE
allegro5
fullscreen_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
ALLEGRO_DISPLAY_MODE {
int
width
;
int
height
;
int
format
;
int
refresh_rate
;
}
Members
Variables
format
int
format
;
Undocumented in source.
height
int
height
;
Undocumented in source.
refresh_rate
int
refresh_rate
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
fullscreen_mode
functions
al_get_display_mode
al_get_num_display_modes
structs
ALLEGRO_DISPLAY_MODE