FMX.InertialMovement.TAniCalculations.MouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseDown(X, Y: Double);

C++

void __fastcall MouseDown(double X, double Y);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Handles the pressing of the mouse button.

X and Y are the horizontal and vertical coordinates of the point where the mouse button has been pressed.

See Also