FMX.MultiTouch.TMultiTouchManager.SendCMGestureMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SendCMGestureMessage(AEventInfo: TGestureEventInfo): Boolean; virtual;

C++

virtual bool __fastcall SendCMGestureMessage(const Fmx::Types::TGestureEventInfo &AEventInfo);

Properties

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

Description

The protected method that sends the created information about the gesture to the specified control.