Class TWindowContainer
Unit
CastleWindow
Declaration
type TWindowContainer = class(TGLContainer)
Description
Non-abstact implementation of TGLContainer that cooperates with TCastleWindowCustom.
Hierarchy
Overview
Methods
Description
Methods
 |
procedure Invalidate; override; |
|
 |
function GLInitialized: boolean; override; |
|
 |
function Width: Integer; override; |
|
 |
function Height: Integer; override; |
|
 |
function GetMousePosition: TVector2; override; |
|
 |
procedure SetMousePosition(const Value: TVector2); override; |
|
 |
function Dpi: Integer; override; |
|
 |
function Focused: boolean; override; |
|
 |
procedure SetInternalCursor(const Value: TMouseCursor); override; |
|
 |
function GetTouches(const Index: Integer): TTouch; override; |
|
 |
function TouchesCount: Integer; override; |
|
Generated by PasDoc 0.15.0.
|