Explorar o código

Clarify `BaseButton::is_pressed()` documentation

eska %!s(int64=10) %!d(string=hai) anos
pai
achega
6ee2a84e8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/base/classes.xml

+ 1 - 1
doc/base/classes.xml

@@ -5018,7 +5018,7 @@
 			<return type="bool">
 			</return>
 			<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>
 		</method>
 		<method name="is_hovered" qualifiers="const">