View Single Post
  #2  
Old 01-07-2019, 11:33 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Do you have a callback function that gets called when the mouse is clicked that writes to file? If so, you could disable/enable the callback so the clicks are only registered when you want them to be.

Using Vizard commands, there is not a way to completely disable the mouse. It's possible to hide the cursor or disable mouse navigation. If you search online you may find a way to completely disable the mouse using python.
Reply With Quote