Method: Fidgit::Selection#moved?

Defined in:
lib/fidgit/selection.rb

#moved?Boolean

Actually moved during a dragging operation?

Returns:

  • (Boolean)


18
# File 'lib/fidgit/selection.rb', line 18

def moved?; @moved; end