mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Clarify BaseButton::is_pressed()
documentation
This commit is contained in:
parent
ce2faae2c5
commit
6ee2a84e8a
@ -5018,7 +5018,7 @@
|
|||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Return when the button is pressed (only if toggle_mode is active).
|
If toggle_mode is active, return whether the button is toggled. If toggle_mode is not active, return whether the button is pressed down.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="is_hovered" qualifiers="const">
|
<method name="is_hovered" qualifiers="const">
|
||||||
|
Loading…
Reference in New Issue
Block a user