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