shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

Move is undocumented? #342

Closed dredknight closed 7 years ago

dredknight commented 7 years ago

Just noticed that I couldnt find anything for Move in the manual. Not a sample but just a snippet that comes from @BackOrder's example #314

 motion do |left, top|
      @top_rect.move(left - (@controller.width / 2), top - (@controller.height / 2)) unless @controller.nil?
   end

I was wondering how is he moving those squares along the mouse.

IanTrudel commented 7 years ago

image

dredknight commented 7 years ago

Thanks. I missed it somehow.