Vcl.Controls.TGestureOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGestureOptions = set of TGestureOption;

C++

typedef System::Set<TGestureOption, TGestureOption::goUniDirectional, TGestureOption::goRotate> TGestureOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Specifies a set of possible gesture options.

TGestureOptions is a set of gesture options. The TGestureOptions set is used in gesture recognition algorithms to properly identify a gesture.


The possible values of TGestureOptions are listed in the following table:

Value Meaning

goDirectional

The direction of the gesture is important.

goSkew

The skew of the gesture is important.

goEndpoint

The endpoint of the gesture should match the starting point.


See Also