# File gtk/sample/misc/mouse-gesture.rb, line 68
  def reset
    @started = false
    @x = @y = -1
    @motions = []
  end