FMX.Layers3D.TAbstractLayer3D.OnLayerMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLayerMouseMove: TMouseMoveEvent read FOnLayerMouseMove write FOnLayerMouseMove;

C++

__property Fmx::Types::TMouseMoveEvent OnLayerMouseMove = {read=FOnLayerMouseMove, write=FOnLayerMouseMove};

Properties

Type Visibility Source Unit Parent
event public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TAbstractLayer3D

Description

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

Personal tools
Translations