Skip to content

Commit 60ebbd6

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent c6fccba commit 60ebbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gdevelop5/all-features/draggable-behavior/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Move objects by holding a mouse button (or touch).
1111
### Behavior conditions
1212

1313
**Being dragged**
14-
Check if the object is being dragged.
14+
Check if the object is being dragged. This means the mouse button or touch is pressed on it. When the mouse button or touch is released, the object is no longer being considered dragged (use the condition "Was just dropped" to check when the dragging is ending).
1515

1616
**Was just dropped**
17-
Check if the object was just dropped after being dragged.
17+
Check if the object was just dropped after being dragged (the mouse button or touch was just released this frame).
1818

1919
_No expressions for this behavior._
2020

0 commit comments

Comments
 (0)