Hi,<br><br>I&#39;ve got the following setup in a papervision application I&#39;m working on.<br><ul><li>A Viewport3D object, that&#39;s added as a child of a <br></li><li>UIComponent, that in turn is added as a child to a </li>
<li>A custom object, that&#39;s derived from a Canvas class<br></li></ul>What i want to do is detect any mouse events that happen within the viewport, not just those that occur over any scene objects.<br><br><br>How would I go about handling this, by adding the listener to the viewport itself or even the UIcomponent object, rather than dealing with it at the Canvas-derived object?<br>
<br>Thanks,<br>sm<br><br>