allegro v4.0.0+5.2.0 (2016-05-07T23:44:02Z)
Home
Dub
Repo
ALLEGRO_MONITOR_INFO
allegro5
monitor
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_MONITOR_INFO {
int
x1
;
int
y1
;
int
x2
;
int
y2
;
}
Members
Variables
x1
int
x1
;
Undocumented in source.
x2
int
x2
;
Undocumented in source.
y1
int
y1
;
Undocumented in source.
y2
int
y2
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
monitor
enums
ALLEGRO_DEFAULT_DISPLAY_ADAPTER
functions
al_get_monitor_info
al_get_num_video_adapters
structs
ALLEGRO_MONITOR_INFO