Hi is there a chance to use MouseWheel * Event for vtkImagePaneWidget in JAVA? I&#39;m trying it as below but doesn&#39;t work:<br><br>planeWidgetX.AddObserver(&quot;MouseWheelForwardEvent&quot;, this,&quot;test&quot;);<br>
<br>If I change MouseWheelForwardEvent for InteractionEvent mouse, click event is detected, and function test is executed, so others events works fine.<br><br>User&#39;s Guide doesn&#39;t say nothing about it, as far as I know also I&#39;d use Java native mouse event listener but this event detection needs to be linked to a ImagePlaneWidget of three, in order to modify just the one below the mouse cursor.<br>
<br>Thanks<br>