Vcl.Touch.Gestures.TMouseGestureEngine.GetFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFlags: TCustomGestureEngine.TGestureEngineFlags; override;

C++

virtual Vcl::Controls::TCustomGestureEngine::TGestureEngineFlags __fastcall GetFlags();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TMouseGestureEngine

Description

Returns the gesturing engine flags.

Override GetFlags in descending classes to obtain the flags associated with a gesturing engine. GetFlags is the getter method for the Flags property.

As implemented in TMouseGestureEngine, GetFlags returns a set containing a single value, efMouseEvents, indicating that this engine uses mouse events as input.

See Also