FMX.Types.TCustomGestureEngine

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCustomGestureEngine

Delphi

TCustomGestureEngine = class

C++

class PASCALIMPLEMENTATION TCustomGestureEngine : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

TCustomGestureEngine is the abstract base for all gesturing engines.

TCustomGestureEngine is a base class for the real specialized gesturing engines. A gesturing engine is a class that provides a bridge between an input device capable of supporting gestures and the VCL framework. For example, a mouse device can be used to create gestures.

Do not create instances of TCustomGestureEngine. All TCustomGestureEngine methods are declared as abstract.

See Also