Unit alDrv

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Defines structs and variables used internally by Allegro and the add-ons.

Note that this unit is FOR INTERNAL USE ONLY. You should NOT use it in any of your projects.

Overview

Classes, Interfaces, Objects and Records

Name Description
record __AL_SYSTEM_DRIVER__ Defines methods and stuff for system initialization and management.
record __AL_GFX_DRIVER__ Creates and manages the screen bitmap.

Types

__AL_SYSTEM_DRIVER__ptr = ˆ__AL_SYSTEM_DRIVER__;
__AL_GFX_DRIVER__ptr = ˆ__AL_GFX_DRIVER__;

Variables

al_system_driver: __AL_SYSTEM_DRIVER__ptr; EXTERNAL ALLEGRO_SHARED_LIBRARY_NAME NAME 'system_driver';
al_gfx_driver: __AL_GFX_DRIVER__ptr; EXTERNAL ALLEGRO_SHARED_LIBRARY_NAME NAME 'gfx_driver';

Description

Types

__AL_SYSTEM_DRIVER__ptr = ˆ__AL_SYSTEM_DRIVER__;

Pointer to __AL_SYSTEM_DRIVER__.

__AL_GFX_DRIVER__ptr = ˆ__AL_GFX_DRIVER__;

Pointer to __AL_GFX_DRIVER__.

Variables

al_system_driver: __AL_SYSTEM_DRIVER__ptr; EXTERNAL ALLEGRO_SHARED_LIBRARY_NAME NAME 'system_driver';

Pointer to the system driver.

al_gfx_driver: __AL_GFX_DRIVER__ptr; EXTERNAL ALLEGRO_SHARED_LIBRARY_NAME NAME 'gfx_driver';

Pointer to the current graphics driver.


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