Clarify BaseButton::is_pressed() documentation

This commit is contained in:
eska 2015-09-26 05:48:51 +02:00
parent ce2faae2c5
commit 6ee2a84e8a

View File

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