[vtkusers] Mouse button release is still broken in 5.8.0 !

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Oct 31 16:25:05 EDT 2011


Hi Max,

I get that but when I was monitoring the event that was happening on a
C++ observer, I've noticed the following order.

LeftButtonPressEvent
StartInteractionEvent
ModifiedEvent
EndInteractionEvent
RenderEvent

So despite the fact that ReleaseEvent is not properly propagated (even
in the C++ layer), I was wondering if you could rely on the
EndInteractionEvent while we fix this bug ? Because, this event seems
to map at the release time...

Does it make sense ?

At lease let me know if this could fix your issue temporarily...

Thanks,

Seb

PS: If I get more time, I will track down the reason why the
ReleaseEvent get digested...


On Mon, Oct 31, 2011 at 4:16 PM, EvilMax <maxim.privalov at gmail.com> wrote:
> Hi, Sebastien!
>
> I need to implement dragging of an actors, so I really need to track mouse
> button release event.
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Mouse-button-release-is-still-broken-in-5-8-0-tp4949887p4953458.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list