[vtk-developers] MouseWheel event pending missing on windows wrt X11

Xabi Riobe xabivtk at gmail.com
Mon Nov 9 07:42:38 EST 2015


Hi,

I have a patch to include the MouseWheel event in the ones returned
by vtkWin32OpenGLRenderWindow::GetEventPending, in order to allow the
interuption of rendering in the same way as a mouse click.

I was looking at the code in vtkXOpenGLRenderWindow to report it here as
well, but i think it is already doing it, since it check the ButtonPress
event (in vtkXOpenGLRenderWindowPredProc line 1406), that includes the
mouse wheel event (the event has a subinfo indicating the corresponding
button: left, middle, right, wheelForward, wheelBackward).

So before pushing a branch on GitLab, could anyone with access to a X
platform or with good knowledge of this code can confirm this behaviour?

Thanks,
Xabi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20151109/e0441a74/attachment.html>


More information about the vtk-developers mailing list