FMX.InertialMovement.TAniCalculations.MouseWheel
Delphi
procedure MouseWheel(X, Y: Double);
C++
void __fastcall MouseWheel(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 usage of the mouse wheel over the surface of the container window.
X and Y are the offsets on the horizontal or vertical direction from the current position of the mouse wheel.