Vcl.Controls.Mouse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Mouse: TMouse;

C++

extern DELPHI_PACKAGE TMouse* Mouse;

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Contains information about the system’s mouse.

Use Mouse to get information about the system’s mouse, including which window (if any) has captured the mouse, the position of the mouse, and mouse settings from the Control panel. Mouse can also be used to specify global aspects of how your application responds to mouse messages, such as how much the user must move the mouse to start a drag operation.