Hi, everyone,<br><br>I am trying to disable all mouse-click/key-press events for a vtkRenderWindow. Can anybody tell me how to do this.<br><br>I tried renWin.GetInteractor().Disable(), but once this method is called, the Interactor cannot render anymore! <br>
<br>In my project I have to&nbsp; call renWin.GetInteractor().Render() again and again to refresh the window. So how can I forbid mouse-click/key-press events but allow render method?<br><br>Thanks in advance,<br><br>Lu Yi<br>