mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #7188 from JohnVeness/patch-1
Fix backquoted text in Controllers doc
This commit is contained in:
@@ -129,7 +129,7 @@ use ``Input.is_action_pressed()``:
|
||||
frame, use ``Input.is_action_just_pressed()`` instead of
|
||||
``Input.is_action_pressed()``. Unlike ``Input.is_action_pressed()`` which
|
||||
returns ``true`` as long as the input is
|
||||
held,``Input.is_action_just_pressed()`` will only return ``true`` for one
|
||||
held, ``Input.is_action_just_pressed()`` will only return ``true`` for one
|
||||
frame after the button has been pressed.
|
||||
|
||||
In Godot versions before 3.4, such as 3.3, ``Input.get_vector()`` and
|
||||
|
||||
Reference in New Issue
Block a user