FMX.MultiTouch.TMultiTouchManager.CreateGestureEventInfo

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.MultiTouch.pas
FMX.MultiTouch.hpp
FMX.MultiTouch TMultiTouchManager


説明

FMX.Types.TGestureEventInfo レコードを作成する protected メソッドです。