Method: Sketchup::Tool#onLButtonUp
- Defined in:
- SketchUp/Sketchup/Tool.rb
#onLButtonUp(flags, x, y, view) ⇒ Object
The onLButtonUp method is called by SketchUp when the left mouse button is released.
452 453 |
# File 'SketchUp/Sketchup/Tool.rb', line 452 def onLButtonUp(flags, x, y, view) end |