FMX.Types.TTouch
Delphi
TTouch = record
C++
struct DECLSPEC_DRECORD TTouch
{
public:
System::NativeInt Id;
System::Types::TPointF Location;
TTouchAction Action;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Each TTouch holds the location of a touch point on the screen.
TPointF
is the Location of a point on the screen.