FMX.Layers3D.TImage3D.OnLayerMouseMove
Delphi
property OnLayerMouseMove;
C++
__property OnLayerMouseMove;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | FMX.Layers3D.pas FMX.Layers3D.hpp | FMX.Layers3D | TImage3D | 
Description
Occurs when the mouse cursor is moved over a 3D layer.
FMX.Layers3D.TImage3D.OnLayerMouseMove inherits from FMX.Layers3D.TAbstractLayer3D.OnLayerMouseMove. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.OnLayerMouseMove.
Occurs when the mouse cursor is moved over a 3D layer.
OnLayerMouseMove also occurs when LayerMouseMove is called.
Write an event handler for OnLayerMouseMove to specify what happens when the mouse cursor is moved while within the 3D layer.