FMX.MultiTouch.TMultiTouchManager.FindAndHandleInteractiveGesture

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

The protected method that defines the type of current gesture (pan, rotate, zoom and so forth), and sends the gesture information to the FireMonkey control.