API:FMX.Types.TGestureEventInfo
Delphi
TGestureEventInfo = record
C++
struct DECLSPEC_DRECORD TGestureEventInfo
{
public:
TGestureID GestureID;
System::Types::TPointF Location;
TInteractiveGestureFlags Flags;
double Angle;
System::Types::TPointF InertiaVector;
int Distance;
System::Types::TPointF TapLocation;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Embarcadero Technologies does not currently have any additional information.