# File mouse.rb, line 31
    def visible=(visible)
      if not @forced
        @visible=visible
      end
    end