Class: RubySketch::Processing::Touch
- Inherits:
-
Object
- Object
- RubySketch::Processing::Touch
- Defined in:
- lib/rubysketch/processing.rb
Overview
Touch object.
Instance Attribute Summary collapse
-
#x ⇒ Object
readonly
Horizontal position of touch.
-
#y ⇒ Object
readonly
Vertical position of touch.
Instance Method Summary collapse
Instance Attribute Details
#x ⇒ Object (readonly)
Horizontal position of touch
713 714 715 |
# File 'lib/rubysketch/processing.rb', line 713 def x @x end |
#y ⇒ Object (readonly)
Vertical position of touch
717 718 719 |
# File 'lib/rubysketch/processing.rb', line 717 def y @y end |
Instance Method Details
#id ⇒ Object
724 725 726 |
# File 'lib/rubysketch/processing.rb', line 724 def id () raise NotImplementedError end |