FMX.MultiTouch.TMultiTouchManager.HandleTouches

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleTouches(const ATouches: TTouches; const Action: TTouchAction; const Control: IControl); virtual;

C++

virtual void __fastcall HandleTouches(const Fmx::Types::TTouches ATouches, const Fmx::Types::TTouchAction Action, const Fmx::Types::_di_IControl Control);

Properties

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

Description

Handles an event that occurs when the state of touches on the surface changes.

The HandleTouches method receives the touches, then verifies if it can recognize any standard or interactive gesture, and it sends the OnTouch events and the OnTap event.

Instead of handling the touches themselves, FMX.Platform files now send the info to FMX.MultiTouch files to handle them.