[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Vid' (#Prometheus)

Prometheust

Declaration

Source position: Prometheus_Vid.pas line 254

type Prometheust = record

  WindowWidth: Int64;

  WindowHeight: Int64;

  ColourDepth: Int64;

  Screen: pSdl_Surface;

  FullScreen: Boolean;

  UpdateMode: Boolean;

  RotationMode: LongWord;

  GlVRam: Gluint;

  AA_Roto: Int64;

  AA_Scale: Int64;

  VRam: pSdl_Surface;

  SystemFont: Font;

  Error: Error;

  Initialized: Boolean;

end;