<div dir="ltr">Hi,<div><br></div><div>I would like to propose you some modifications in the window events handling process.</div><div><br></div><div>I often face the annoyance of some events catched by vtk but not treated that are not passed by and we can not receive in the upper level interface.</div><div><br></div><div>Concretely in vtkWin32RenderWindowInteractor, some keyboard keys "retained" in vtkHandleMessage2 by OnKeyDown that i would like to use, but it applies to every event.</div><div><br></div><div>My proposal is just to return a value (using the one from InvokeEvent) for all the "OnXXX" methods instead of void, and if the event was not used, pass it to CallWindowProc in vtkHandleMessage2.</div><div><br></div><div>I have a patch for this but i wanted to get your opinion on the idea before creating a branch in GitLab if you know it has not a chance to be merged.</div><div><br></div><div>Thanks</div></div>