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/keyboard/reference.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,14 @@ Check if any key is pressed
10
10
**Any key released**
11
11
Check if any key is released
12
12
13
+
**Key just pressed**
14
+
Check if a key was just pressed.
15
+
13
16
**Key pressed**
14
-
Check if a key is pressed
17
+
Check if a key is pressed. This stays true as long as the key is held down. To check if a key was pressed during the frame, use "Key just pressed" instead.
0 commit comments