FMX.MultiTouch.TMultiTouchManager.TouchDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TouchDown; virtual; abstract;

C++

virtual void __fastcall TouchDown() = 0 ;

Properties

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

Description

The protected method that performs the Down phase of the current gesture.