Class: MG::Events::Touch
- Inherits:
-
Object
- Object
- MG::Events::Touch
- Defined in:
- doc/API_reference.rb
Overview
the Scene#on_touch_begin method.
Instance Attribute Summary collapse
-
#location ⇒ Point
readonly
The current location of the touch event.
-
#start_location ⇒ Point
readonly
The start_location of the touch event.
Instance Attribute Details
#location ⇒ Point (readonly)
Returns the current location of the touch event.
526 527 528 |
# File 'doc/API_reference.rb', line 526 def location @location end |
#start_location ⇒ Point (readonly)
Returns the start_location of the touch event.
529 530 531 |
# File 'doc/API_reference.rb', line 529 def start_location @start_location end |