API:Vcl.Touch.Gestures.TGestureEngine

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomGestureEngineSystem.TObjectTGestureEngine

Delphi

TGestureEngine = class(TCustomGestureEngine)

C++

class PASCALIMPLEMENTATION TGestureEngine : public Vcl::Controls::TCustomGestureEngine

Properties

Type Visibility Source Unit Parent
class public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures Vcl.Touch.Gestures

Description

TCustomGestureEngine is the abstract base for all gesturing engines.

Vcl.Touch.Gestures.TGestureEngine inherits from Vcl.Controls.TCustomGestureEngine. All content below this line refers to Vcl.Controls.TCustomGestureEngine.

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