Class TWindowContainer
Unit
Declaration
type TWindowContainer = class(TCastleContainer)
Description
Warning: this symbol is deprecated: do not descend from this, instead use custom TCastleView descendants
Container suitable to be used in TCastleWindow. Never create instances of this, just create TCastleWindow, and use container of it (in TCastleWindow.Container).
Hierarchy
- TWindowContainer
Overview
Methods
constructor Create(AParent: TCastleWindow); reintroduce; |
|
procedure Invalidate; override; |
|
function GLInitialized: boolean; override; |
|
function PixelsWidth: Integer; override; |
|
function PixelsHeight: Integer; override; |
|
function PixelsRect: TRectangle; override; |
|
function Focused: boolean; override; |
|
procedure SetInternalCursor(const Value: TMouseCursor); override; |
|
function SaveScreen(const SaveRect: TRectangle): TRGBImage; overload; override; |
|
procedure SystemSetMousePosition(const Value: TVector2); override; |
|
function SettingMousePositionCausesMotion: Boolean; override; |
Description
Methods
constructor Create(AParent: TCastleWindow); reintroduce; |
|
This item has no description. |
procedure Invalidate; override; |
|
This item has no description. |
function GLInitialized: boolean; override; |
|
This item has no description. |
function PixelsWidth: Integer; override; |
|
This item has no description. |
function PixelsHeight: Integer; override; |
|
This item has no description. |
function PixelsRect: TRectangle; override; |
|
This item has no description. |
function Focused: boolean; override; |
|
This item has no description. |
procedure SetInternalCursor(const Value: TMouseCursor); override; |
|
This item has no description. |
function SaveScreen(const SaveRect: TRectangle): TRGBImage; overload; override; |
|
This item has no description. |
procedure SystemSetMousePosition(const Value: TVector2); override; |
|
This item has no description. |
function SettingMousePositionCausesMotion: Boolean; override; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.