From d2b890ede59d67da96936671ea32a996fefea425 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Mon, 19 Nov 2018 14:30:59 +0100 Subject: BaseButton: add shortcut_in_tooltip This flag disables the input related information in the tooltip. It is exposed as a member variable in gdscript. --- doc/classes/BaseButton.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 3364770280..ffdc010987 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -68,6 +68,9 @@ If [code]true[/code] the button is in toggle mode. Makes the button flip state between pressed and unpressed each time its area is clicked. + + If [code]true[/code] the button will add information about its shortcut in the tooltip. + -- cgit v1.2.3