Vcl.Controls.TCustomTouchManager.GestureEngine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GestureEngine: TCustomGestureEngine read FGestureEngine write SetGestureEngine;

C++

__property TCustomGestureEngine* GestureEngine = {read=FGestureEngine, write=SetGestureEngine};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Specifies the gesturing engine associated with this TCustomTouchManager instance.

All TCustomTouchManager instances contain a reference to the gesturing engine used to emit gesturing events. Use GestureEngine to obtain the reference to such an engine.

You can change the value of GestureEngine, thus requiring a new gesturing engine to perform gesture recognition. By default, the VCL assigns a gesturing engine compatible and available on the current operating system.

See Also