# File mouse.rb, line 162 def start @start_x, @start_y = $window.mouse_x, $window.mouse_y @starting = true end