[vtkusers] MouseWheel event
    David Netherway 
    david.netherway at adelaide.edu.au
       
    Tue Jul  9 03:58:48 EDT 2002
    
    
  
Hello All,
I am using the MouseWheel using tk bindings as follows.
bind $widget <MouseWheel> { Translate %D 2 -5 ; renWin Render }
renWin AddObserver AbortCheckEvent {TkCheckAbort}
The problem is that mouse wheel events do not interrupt the ray caster as
other mouse events do.
Is this a feature of using the mouse wheel or has the mouse wheel been left
out of the events processed as interupt candidates?
Thanks, David
    
    
More information about the vtkusers
mailing list