FMX.InertialMovement.TAniCalculations.MouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseUp(X, Y: Double);

C++

void __fastcall MouseUp(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 releasing of the mouse button.

X and Y are the horizontal and vertical coordinates of the point where the mouse button was released.

See Also