[vtk-developers] Changes to the Carbon and Cocoa interactors

David Gobbi david.gobbi at gmail.com
Thu Dec 17 11:18:08 EST 2009


Hi All,

We just finished a slew of changes to the RenderWindowInteractors for
Carbon and Cocoa.  The main goal was to fill the missing features of
these classes wrt the X and Win32 interactors.  People who rely on
these classes should test them to make sure that their applications
still behave as expected. Briefly, the new behaviors of these classes
are as follows:

1) Mouse behavior: During a drag, MouseMove events continue if the
drag goes outside the window (carbon didn't do this before).  If no
mouse buttons are held down, the events cease when the mouse leaves
the window (cocoa didn't do this before).

2) EnterEvent and LeaveEvent have been implemented (finally!).

3) As mentioned in an earlier email, KeySym information is now mostly
compatible with the X and Win32 interactors and with Tk.

   David



More information about the vtk-developers mailing list