Class TCastleTouchControl
Unit
CastleControls
Declaration
type TCastleTouchControl = class(TUIRectangularControl)
Description
Control for touch interfaces. Shows one "lever", that can be moved up/down/left/right, and controls the movement while Walking or Flying.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure Render; override; |
|
 |
procedure ContainerResize(const AContainerWidth, AContainerHeight: Cardinal); override; |
|
 |
function Width: Cardinal; |
Size of this control, ignoring GetExists.
|
 |
function Height: Cardinal; |
|
 |
function PositionInside(const Position: TVector2Single): boolean; override; |
|
 |
function Motion(const Event: TInputMotion): boolean; override; |
|
 |
procedure GetSensorRotation(var X, Y, Z, Angle: Double); |
|
 |
procedure GetSensorTranslation(var X, Y, Z, Length: Double); |
|
Properties
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:11
|