FMX.InertialMovement.TAniCalculations.MouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseMove(X, Y: Double);

C++

void __fastcall MouseMove(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 moving of the mouse pointer when the mouse button is kept pressed.

X and Y are the current horizontal and vertical coordinates of the mouse pointer.

See Also