# File vtk/tk/vtkTkRenderWindowInteractor.rb, line 254 def MouseWheelForwardEvent(event, ctrl, shift) @Iren.SetEventInformationFlipY(event.x, event.y, ctrl, shift, 0.chr, 0, nil) @Iren.MouseWheelForwardEvent end