Record ALLEGRO_DISPLAY_MODE

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_DISPLAY_MODE = record

Description

Used for fullscreen mode queries. Contains information about a supported fullscreen modes.

See also
al_get_display_mode
Retrieves a fullscreen mode.

Overview

Fields

width: AL_INT;
height: AL_INT;
format: AL_INT;
refresh_rate: AL_INT;

Description

Fields

width: AL_INT;

Screen width.

height: AL_INT;

Screen height.

format: AL_INT;

The pixel format of the mode. For an explanation of what does it mean, see ALLEGRO_PIXEL_FORMAT.

refresh_rate: AL_INT;

The refresh rate of the mode. It may be zero if unknown.


Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.