ALLEGRO_DISPLAY_MODE
nothrow @nogc extern (C)
struct ALLEGRO_DISPLAY_MODE {
}
Members
- 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.