The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnMouseAction


Unit:SDL_plot3d
Class:TPlot3D
Declaration:OnMouseAction: TMouseActionEvent;
{TMouseActionEvent = procedure (Sender: TObject; var CenterX, CenterY: integer; RotXAngle, RotZAngle, Magnification: double; Shift: TShiftState) of object;}

The event OnMouseAction occurs when the user performs a zoom, pan, or rotate action by dragging the mouse within the 3D surface window area. See TMouseActionEvent for a detailed description of the event.

Example: This event is used in the following example programs (see http://www.lohninger.com/examples.html for downloading the code): interpol3d, plotit3d



Last Update: 2023-Feb-06