Vcl.Touch.Gestures.TMouseGestureEngine.Supported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Supported: Boolean; override;

C++

__classmethod virtual bool __fastcall Supported();

Properties

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

Description

Checks whether the underlying operating system has mouse support.

Supported returns true in any circumstances, because any GUI-enabled operating system has mouse support.

See Also