Browse Source

Clarify `BaseButton::is_pressed()` documentation

eska 10 years ago
parent
commit
6ee2a84e8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/base/classes.xml

+ 1 - 1
doc/base/classes.xml

@@ -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">