Index

Package: Monitors

Description

package Allegro.Displays.Monitors is
Allegro 5.0.9 - Display routines - Monitors

Types

Allegro_Monitor_Info

type Allegro_Monitor_Info is
        record
            x1 : Integer;
            y1 : Integer;
            x2 : Integer;
            y2 : Integer;
        end record;

Constants & Global variables

ALLEGRO_DEFAULT_DISPLAY_ADAPTER (Integer)

ALLEGRO_DEFAULT_DISPLAY_ADAPTER : constant Integer;

Subprograms & Entries

Al_Get_Num_Video_Adapters

function Al_Get_Num_Video_Adapters return Integer;

Al_Get_Monitor_Info

function Al_Get_Monitor_Info
( adapter: Integer;
info: access Allegro_Monitor_Info ) return Boolean;

Al_Get_Monitor_Info

procedure Al_Get_Monitor_Info
( adapter: Integer;
info: out Allegro_Monitor_Info;
success: out Boolean );

Al_Get_Monitor_Info

procedure Al_Get_Monitor_Info
( adapter: Integer;
info: out Allegro_Monitor_Info );