Class: Fusuma::Plugin::Events::Records::GestureRecord::Delta

Inherits:
Struct
  • Object
show all
Defined in:
lib/fusuma/plugin/events/records/gesture_record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#move_xObject

Returns the value of attribute move_x

Returns:

  • (Object)

    the current value of move_x



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

def move_x
  @move_x
end

#move_yObject

Returns the value of attribute move_y

Returns:

  • (Object)

    the current value of move_y



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

def move_y
  @move_y
end

#rotateObject

Returns the value of attribute rotate

Returns:

  • (Object)

    the current value of rotate



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

def rotate
  @rotate
end

#unaccelerated_xObject

Returns the value of attribute unaccelerated_x

Returns:

  • (Object)

    the current value of unaccelerated_x



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

def unaccelerated_x
  @unaccelerated_x
end

#unaccelerated_yObject

Returns the value of attribute unaccelerated_y

Returns:

  • (Object)

    the current value of unaccelerated_y



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

def unaccelerated_y
  @unaccelerated_y
end

#zoomObject

Returns the value of attribute zoom

Returns:

  • (Object)

    the current value of zoom



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

def zoom
  @zoom
end