FMX.MultiTouch.TMultiTouchManager.FindAndHandleInteractiveGesture

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.MultiTouch.pas
FMX.MultiTouch.hpp
FMX.MultiTouch TMultiTouchManager


Beschreibung

Die protected Methode, die den Typ der aktuellen Geste (Verschieben, Drehen, Vergrößern und so weiter) definiert, und die Gesten-Information an das FireMonkey-Steuerelement sendet.