Module: Draggable

Included in:
HudImage
Defined in:
lib/fantasy/draggable.rb

Instance Method Summary collapse

Instance Method Details

#dragObject

rubocop:disable Style/GuardClause



5
6
7
8
9
10
11
# File 'lib/fantasy/draggable.rb', line 5

def drag
  mouse_position = Global.mouse_position

  start_dragging?
  stop_dragging?
  drag?
end