MouseOptions Properties |
The MouseOptions type exposes the following members.
Name | Description | |
---|---|---|
AnimateWhileHandling |
Gets or sets whether or not mouse events will allow for animation to continue as they are handled.
| |
AutoHandleMouse |
Gets or sets whether or not mouse events will be handled by the Insight3D control to allow for automatically
controlling the scene's Camera with the mouse.
| |
HandledButtons |
Gets or sets which of the MouseButtons are being handled.
The MouseButtons enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. You can
also call the SetHandledButtons(MouseButtons, Boolean) method to set the handled buttons.
| |
Panning |
Gets or sets whether holding down shift and dragging the mouse will pan across the surface of the central body.
| |
Zooming |
Gets or sets whether clicking and dragging the mouse will zoom to the defined area. The ZoomComplete event is raised when the zoom is complete.
|