<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>Looking at how e.g. vtkInteractorStyleTrackballCamera, one of the built-in interactor styles, handles left mouse button presses, it does<br><br>    this->GrabFocus(this->EventCallbackCommand);<br><br></div>in order to grab focus for the duration of the interaction. That is, it calls vtkInteractorObserver::GrabFocus, passing in vtkInteractorObserver::EventCallbackCommand, which is a protected variable.<br><br></div>I'm basing my custom interactor style on vtkInteractorStyleUser, and I would like to do the same (grab focus during an interaction), but I'm working from Python and can't access the vtkInteractorObserver::EventCallbackCommand variable in my vtkInteractorStyleUser subclass.<br><br></div>Any ideas on how to do this is much appreciated!<br><br></div>Elvis<br></div>