[vtkusers] questions on render window
John Drescher
drescherjm at gmail.com
Mon Aug 3 10:31:38 EDT 2009
> 1. I have a render window on top of another window. I want to transfer all
> vtk events (mouse, keyboard) to the back window as normal window events (in
> other words I don't want to use vtk interactors). What is the best way to do
> this?
>
This is completely dependent on what framework you are using.
In Qt you could use the signals and slots mechanism to accomplish this.
John
More information about the vtkusers
mailing list