Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TDrawInfo

Declaration

Source position: intuition.pas line 1145

type TDrawInfo = record

  dri_Version: Word;

  dri_NumPens: Word;

  dri_Pens: PWord;

  dri_Font: PTextFont;

  dri_Depth: Word;

  dri_Resolution: record

    x: Word;

    y: Word;

  end;

  dri_Flags: LongWord;

  dri_CheckMark: PImage;

  dri_AmigaKey: PImage;

  dri_Screen: PScreen;

  dri_Prefs: APTR;

  dri_Reserved: array [0..2] of IPTR;

end;


Documentation generated on: 2023-03-18