FMX.MultiTouch.TMultiTouchManager.FindAndHandleInteractiveGesture

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindAndHandleInteractiveGesture(const EffectiveGestureSet: TInteractiveGestures; const APoint: TPointF;  const AGestureStarted: Boolean = False): Boolean;

C++

bool __fastcall FindAndHandleInteractiveGesture(const Fmx::Types::TInteractiveGestures EffectiveGestureSet, const System::Types::TPointF &APoint, const bool AGestureStarted = false);

Propriétés

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


Description

La méthode protégée qui définit le type de mouvement en cours (panoramique, rotation, zoom et ainsi de suite), et envoie les informations sur un mouvement au contrôle FireMonkey.