FMX.Layers3D.TImage3D.OnMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseMove: TMouseMoveEvent3D read FOnMouseMove write FOnMouseMove;

C++

__property OnMouseMove;

Properties

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

Description

Occurs when the mouse cursor moves while over the 3D control area.

FMX.Layers3D.TImage3D.OnMouseMove inherits from FMX.Controls3D.TControl3D.OnMouseMove. All content below this line refers to FMX.Controls3D.TControl3D.OnMouseMove.

Occurs when the mouse cursor moves while over the 3D control area.

OnMouseMove also occurs when MouseMove is called.

Write an event handler for OnMouseMove to specify what happens when the mouse cursor is moved while over the control area.

See Also