[vtkusers] vtkRenderWindowInteractor
Andres Barrera
andresba at hotmail.com
Tue Oct 22 14:52:28 EDT 2002
Hello list,
I am using vtk 4.0 and C++ (Borland). I assign the display and interaction
to my own wondow (or other objects like pannels, etc.)
I have no preoblem getting the mouse events, but the default keyboard "c",
"w", "t", etc doesnt't work. Why am I getting the MOUSE events by and not
KEY events?
vtkRenderWindowInteractor *iren; // an interactor
....
renWin->SetParentId ( MainForm->Handle );
iren = vtkWin32RenderWindowInteractor::New();
iren->SetRenderWindow(renWin); // begin interaction
Thank you in advance for any help or idea
Andres
_________________________________________________________________
Choose an Internet access plan right for you -- try MSN!
http://resourcecenter.msn.com/access/plans/default.asp
More information about the vtkusers
mailing list