# File vtk/tk/vtkTkRenderWindowInteractor.rb, line 199
  def LeftButtonPressEvent(event, ctrl, shift)
    @Iren.SetEventInformationFlipY(event.x, event.y, ctrl,
                                   shift, 0.chr, 0, nil)
    @Iren.LeftButtonPressEvent
    if  !@FocusOnEnter
      _GrabFocus
    end
  end