FMX.InertialMovement.TAniCalculations.GetTargets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetTargets(var ATargets: array of TTarget);

C++

void __fastcall GetTargets(TTarget *ATargets, const int ATargets_High);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Retrieves the ATarget array of TTarget target points that are used to calculate parameters of the inertial scrolling defined by the current trajectory of the pointing device.

See Also