# File mouse.rb, line 113
    def toggleVisible
      if not @forced
        @visible=!@visible
      end
    end