You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gdevelop5/all-features/draggable-behavior/reference.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ Move objects by holding a mouse button (or touch).
11
11
### Behavior conditions
12
12
13
13
**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).
15
15
16
16
**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).
0 commit comments