FMX.Layers3D.TBufferLayer3D.OnLayerMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLayerMouseMove;

C++

__property OnLayerMouseMove;

Properties

Type Visibility Source Unit Parent
event published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TBufferLayer3D

Description

Occurs when the mouse cursor is moved over a 3D layer.

FMX.Layers3D.TBufferLayer3D.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.

See Also