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