FMX.InertialMovement.TAniCalculations.InternalTouchTracking
Delphi
property InternalTouchTracking: TTouchTracking read GetInternalTouchTracking;
C++
__property System::Uitypes::TTouchTracking InternalTouchTracking = {read=GetInternalTouchTracking, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FMX.InertialMovement.pas FMX.InertialMovement.hpp |
FMX.InertialMovement | TAniCalculations |
Description
Defines the possible inertial moving directions initiated by the touch tracking.
Additionally to the possible inertial moving directions defined by the TouchTracking property, InternalTouchTracking can enable the inertial moving directions required to move to the particular MouseTarget.
Tracking can be initiated by a finger or by the mouse (including the mouse wheel rolling). InternalTouchTracking is used during calculations of the inertial moving trajectory.
The following constants, defined in the TTouchTracking type, can be used as follows:
Constant | Meaning |
---|---|
|
Vertical direction. |
|
Horizontal direction. |