# File gglib/mouse.rb, line 40 def initialize @start_x, @start_y = 0 @end_x, @end_y = 0 @inprogress = false @starting = false end