Vcl.Touch.Gestures.TPlatformGestureEngine

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Touch.Gestures.TGestureEngineVcl.Controls.TCustomGestureEngineSystem.TObjectTPlatformGestureEngine

Delphi

TPlatformGestureEngine = class sealed(TGestureEngine)

C++

class PASCALIMPLEMENTATION TPlatformGestureEngine : /*[[sealed]]*/ public TGestureEngine

Properties

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

Description

TPlatformGestureEngine represents a Windows platform-specific gesture engine.

TPlatformGestureEngine is the gesture engine specific to Windows operating systems. At initialization time, TPlatformGestureEngine selects the most appropriate Windows-only gesturing method, like Touch (present in Windows 7) or stylus (present in Windows tablet editions).

TPlatformGestureEngine is the default gesturing engine for VCL applications.

See Also