Class TTouchList
Unit
CastleUIControls
Declaration
type TTouchList = class(specialize TStructList<TTouch>)
Description
Tracking of multi-touch, a position of each finger on the screen.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure RemoveFingerIndex(const FingerIndex: TFingerIndex); |
Remove a touch item for given FingerIndex.
|
Properties
 |
property FingerIndexPosition[constFingerIndex:TFingerIndex]: TVector2
read GetFingerIndexPosition write SetFingerIndexPosition; |
Gets or sets a position corresponding to given FingerIndex. If there is no information for given FingerIndex on the list, the getter will return zero, and the setter will automatically create and add appropriate information.
|
Generated by PasDoc 0.15.0.
|