# File gtk/sample/misc/mouse-gesture.rb, line 42 def start(x, y) @prev_x = @x = x @prev_y = @y = y @started = true @motions = [] end