Class: Fusuma::Plugin::Events::Records::GestureRecord::Delta
- Inherits:
-
Struct
- Object
- Struct
- Fusuma::Plugin::Events::Records::GestureRecord::Delta
- Defined in:
- lib/fusuma/plugin/events/records/gesture_record.rb
Instance Attribute Summary collapse
-
#move_x ⇒ Object
Returns the value of attribute move_x.
-
#move_y ⇒ Object
Returns the value of attribute move_y.
-
#rotate ⇒ Object
Returns the value of attribute rotate.
-
#unaccelerated_x ⇒ Object
Returns the value of attribute unaccelerated_x.
-
#unaccelerated_y ⇒ Object
Returns the value of attribute unaccelerated_y.
-
#zoom ⇒ Object
Returns the value of attribute zoom.
Instance Attribute Details
#move_x ⇒ Object
Returns the value of attribute move_x
14 15 16 |
# File 'lib/fusuma/plugin/events/records/gesture_record.rb', line 14 def move_x @move_x end |
#move_y ⇒ Object
Returns the value of attribute move_y
14 15 16 |
# File 'lib/fusuma/plugin/events/records/gesture_record.rb', line 14 def move_y @move_y end |
#rotate ⇒ Object
Returns the value of attribute rotate
14 15 16 |
# File 'lib/fusuma/plugin/events/records/gesture_record.rb', line 14 def rotate @rotate end |
#unaccelerated_x ⇒ Object
Returns the value of attribute unaccelerated_x
14 15 16 |
# File 'lib/fusuma/plugin/events/records/gesture_record.rb', line 14 def unaccelerated_x @unaccelerated_x end |
#unaccelerated_y ⇒ Object
Returns the value of attribute unaccelerated_y
14 15 16 |
# File 'lib/fusuma/plugin/events/records/gesture_record.rb', line 14 def unaccelerated_y @unaccelerated_y end |
#zoom ⇒ Object
Returns the value of attribute zoom
14 15 16 |
# File 'lib/fusuma/plugin/events/records/gesture_record.rb', line 14 def zoom @zoom end |