Description | Hierarchy | Fields | Methods | Properties |
type TScreen = class(TObject)
Name | Description | |
---|---|---|
![]() |
fBpp |
|
![]() |
fFarClip |
|
![]() |
fFullScreen |
|
![]() |
fHeight |
|
![]() |
fSurface |
|
![]() |
fTitle |
|
![]() |
fWidth |
![]() |
constructor Create(aTitle:string; aWidth, aHeight, aBpp:integer; aFullscreen:boolean; afarclip:single=450); |
![]() |
destructor Destroy; override; |
![]() |
procedure Finalize; |
![]() |
function Initialize:boolean; |
![]() |
function IsActive:boolean; |
![]() |
procedure InitGL; |
![]() |
function InitSdl:boolean; |
![]() |
function SetUpWindow( width : integer; height : integer ; afarclip:single) : Boolean; |
![]() |
constructor Create(aTitle:string; aWidth, aHeight, aBpp:integer; aFullscreen:boolean; afarclip:single=450); |
![]() |
destructor Destroy; override; |
![]() |
procedure Finalize; |
![]() |
procedure InitGL; |
![]() |
function Initialize:boolean; |
![]() |
function InitSdl:boolean; |
![]() |
function IsActive:boolean; |
![]() |
function SetUpWindow( width : integer; height : integer ; afarclip:single) : Boolean; |
![]() |
property Bpp: integer; |
![]() |
property Height: integer; |
![]() |
property Surface: PSDL_Surface; |
![]() |
property Title: string; |
![]() |
property Width: integer; |
![]() |
property Bpp: integer; |
![]() |
property Height: integer; |
![]() |
property Surface: PSDL_Surface; |
![]() |
property Title: string; |
![]() |
property Width: integer; |