SoWinRenderAreaEventFunction Property |
Namespace: OIV.Inventor.Win
Windows messages which occur in the render area window are either directly handled by the viewer (when this is really a viewer) or automatically translated to SoEvents, then passed into the scene graph (via the SoHandleEventAction) so that live scene graph objects can handle the message (when viewers are not in viewing mode).
This method allows the application to register a delegate for handling messages that occur in the window, instead of sending them to the viewers or down the graph. The delegate should return true if it handled the message. If the delegate returns false, then the message will be handled by the render area.