# File widget.rb, line 176 def clicked?(x,y) if $window.button_down?(Gosu::Button::MsLeft) return xTile(x,y) else return false end end