Vcl.Touch.Gestures.TPlatformGestureEngine

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

TPlatformGestureEngine = class sealed(TGestureEngine)

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures Vcl.Touch.Gestures

説明

TPlatformGestureEngine は、Windows プラットフォーム専用のジェスチャ エンジンです。

TPlatformGestureEngine は、Windows オペレーティング システム専用のジェスチャ エンジンです。TPlatformGestureEngine は、初期化時に最適な Windows 固有のジェスチャ方式(Widnows 7 ではタッチ、Windows Tablet エディションではスタイラスなど)を選択します。

TPlatformGestureEngine は、VCL アプリケーションのデフォルトのジェスチャ エンジンです。

関連項目