record AL_GFX_MODE_LIST

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type AL_GFX_MODE_LIST = record

Description

Graphics mode list.

See also
al_get_gfx_mode_list
Attempts to create a list of all the supported video modes for a certain graphics driver, made up from the AL_GFX_MODE_LIST structure.

Overview

Fields

num_modes: AL_INT;
mode: AL_GFX_MODEptr;

Description

Fields

num_modes: AL_INT;

Number of graphics modes.

mode: AL_GFX_MODEptr;

Pointer to the actual mode list array.


Generated by PasDoc 0.13.0 on 2016-07-20 12:01:36