diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 4b6f5f510df..ca2e9dafc96 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -5922,14 +5922,24 @@ + + + Emitted when the button starts being held down. + + + + + Emitted when the button stops being held down. + + - This signal is emitted every time the button is pressed or toggled. + This signal is emitted every time the button is toggled or pressed (i.e. activated, so on [code]button_down[/code] if "Click on press" is active and on [code]button_up[/code] otherwise). - This signal is emitted when the button was released. + Emitted when the button was released. This is only emitted by non-toggle buttons and if "Click on press" is active.