# File gglib/mouse.rb, line 5 def initialize(img,visible) @img=img @visible=visible @imgObj=Gosu::Image.new($window,img,true) @forced=false end