The MouseEvents type exposes the following members.

Properties

  NameDescription
DisplayPosition
If we use zoom/pan throught display displacements we must store the initial displayPosition
MoveCursorNotParalax
Wheel event increments Cursor3D paralax if true Wheel event increments Viewport paralax if false
MoveDisplayNotViewport
Zoom and Pan are obtained throught Display displacements if true Zoom and Pan are obtained moving the Viewport if false It's better not to use both systems in the same program
ParalaxFactor
Gets/Sets the paralax factor
ZoomFactor
Gets/Sets the zoom factor

See Also