Open topic with navigation
<window>.mouse
Enable/Disable mouse navigation for the window
state
This can be either viz.ON or viz.OFF
Remarks
By default Vizard allows the user to navigate throughout the world using the mouse. Use this command to disable or enable mouse navigation.
Note: Mouse navigation can only be allowed for one window at a time, so enabling mouse navigation on one window will automatically disable mouse navigation on all other windows
Return Value
None
Example
viz.MainWindow.mouse(viz.ON)