mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix typo and extra word in "Custom GUI controls"
This commit is contained in:
@@ -80,7 +80,7 @@ Or alternatively, set it via function:
|
||||
Input
|
||||
-----
|
||||
|
||||
Controls provide a few helpers to make managing input events much esier
|
||||
Controls provide a few helpers to make managing input events much easier
|
||||
than regular nodes.
|
||||
|
||||
Input events
|
||||
@@ -91,8 +91,8 @@ mentioning that controls have a special input method that only works
|
||||
when:
|
||||
|
||||
- The mouse pointer is over the control.
|
||||
- The left button was pressed over this control (control always
|
||||
captures input until button si released)
|
||||
- The button was pressed over this control (control always
|
||||
captures input until button is released)
|
||||
- Control provides keyboard/joypad focus via
|
||||
:ref:`Control.set_focus_mode() <class_Control_set_focus_mode>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user