Hi everyone <div><br></div><div>I am trying to derive a specific vtkInteractorStyle for my app. </div><div><br></div><div>A requirements that I need to meet is to sample some tracked tools in order to generate mouse events, otherwise they do not get generated. </div>
<div><br></div><div>In order to do that, I&#39;ve set up a recurring timer of the interactor and sample the tracked tools at the TimerEvent. </div><div><br></div><div>My preference would be to when servicing the TimerEvent command id like to test if any MouseMove events have been generated. If YES, they I would end the TimerEvent service routine and allow the MouseMove service routine to go. If NO then I would do some simple processing and call render. </div>
<div><br></div><div>Is there a way to test if there have been any MouseMove events generated?</div><div><br></div><div>Thank you, </div><div><br>Sergio </div>