Class: Fusuma::Plugin::Events::Records::TouchRecords::SwipeRecord

Inherits:
Base
  • Object
show all
Includes:
Features::Direction
Defined in:
lib/fusuma/plugin/events/records/touch_records/swipe_record.rb

Instance Attribute Summary

Attributes inherited from Base

#finger

Instance Method Summary collapse

Methods included from Features::Direction

#==, #initialize, prepended

Methods inherited from Base

#==, #create_index_record, #initialize

Instance Method Details

#repeatable?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/fusuma/plugin/events/records/touch_records/swipe_record.rb', line 14

def repeatable?
  true
end