<div dir="ltr">Hi,<div><br></div><div>For my own vtk version, I have a vtkWin32RenderWindowInteractor patch to send the mouse wheel events only if the mouse is in the window (concretely, a check of this->MouseInWindow in OnMouseWheelForward and OnMouseWheelBackward...).</div><div><br></div><div>It is mainly to avoid a window to be inadvertently "modified" when we think it is the one currently under the mouse cursor that will be.</div><div><br></div><div>After a quick search, i found this for Windows guidelines:</div><div><a href="https://msdn.microsoft.com/en-us/library/dn742466.aspx">https://msdn.microsoft.com/en-us/library/dn742466.aspx</a><br></div><div><br></div><div>where it is stated :</div><div>" <strong style="font-size:13px;color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;line-height:17.55px">Make the mouse wheel affect the control, pane, or window that the pointer is currently over.</strong><span style="font-size:13px;color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;line-height:17.55px"> Doing so </span><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px">avoids unintended results. "</span></div><div><br></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px">which is the behaviour of most of the windows applications.</span></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px">I was wondering if you would be interested in having this patch. Let me know what you think.</span></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px">Xabi</span><br></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;font-size:13px;line-height:17.55px"><br></span></div></div>