From dc1264af0a12c699a1177dd679c1c822af2e1322 Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Mon, 15 Feb 2021 11:45:58 +0100 Subject: [PATCH] doc: explain TouchScreenButton passby mode (cherry picked from commit 9e21077fadafac3ba62ea9c5bbdb9c7883167453) --- doc/classes/TouchScreenButton.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/TouchScreenButton.xml b/doc/classes/TouchScreenButton.xml index 4b6173e812e..ffd92363a2f 100644 --- a/doc/classes/TouchScreenButton.xml +++ b/doc/classes/TouchScreenButton.xml @@ -30,7 +30,8 @@ The button's texture for the normal state. - If [code]true[/code], pass-by presses are enabled. + If [code]true[/code], the [signal pressed] and [signal released] signals are emitted whenever a pressed finger goes in and out of the button, even if the pressure started outside the active area of the button. + [b]Note:[/b] this is a "pass-by" (not "bypass") press mode. The button's texture for the pressed state.