FMX.MultiTouch.TMultiTouchManager.CreateGestureEventInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateGestureEventInfo(const AGesture: TInteractiveGesture;  const AGestureEnded: Boolean = False): TGestureEventInfo; virtual;

C++

virtual Fmx::Types::TGestureEventInfo __fastcall CreateGestureEventInfo(const Fmx::Types::TInteractiveGesture AGesture, const bool AGestureEnded = false);

Properties

Type Visibility Source Unit Parent
function protected
FMX.MultiTouch.pas
FMX.MultiTouch.hpp
FMX.MultiTouch TMultiTouchManager

Description

The protected method that creates the FMX.Types.TGestureEventInfo record.