From b737ac1e1d1febcd8ff2f8a3cddf3f614e436c20 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Fri, 3 Nov 2023 05:06:03 -0700 Subject: [PATCH] Update the description for the `InputEventMagnifyGesture` and `InputEventPanGesture` gestures Mention the requirement to enable those gestures on Android --- doc/classes/InputEventMagnifyGesture.xml | 1 + doc/classes/InputEventPanGesture.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/classes/InputEventMagnifyGesture.xml b/doc/classes/InputEventMagnifyGesture.xml index bf92155139e..627344a1369 100644 --- a/doc/classes/InputEventMagnifyGesture.xml +++ b/doc/classes/InputEventMagnifyGesture.xml @@ -5,6 +5,7 @@ Stores the factor of a magnifying touch gesture. This is usually performed when the user pinches the touch screen and used for zooming in/out. + [b]Note:[/b] On Android, this requires the [member ProjectSettings.input_devices/pointing/android/enable_pan_and_scale_gestures] project setting to be enabled. $DOCS_URL/tutorials/inputs/inputevent.html diff --git a/doc/classes/InputEventPanGesture.xml b/doc/classes/InputEventPanGesture.xml index 9966550c1af..512b2cce512 100644 --- a/doc/classes/InputEventPanGesture.xml +++ b/doc/classes/InputEventPanGesture.xml @@ -5,6 +5,7 @@ Stores information about pan gestures. A pan gesture is performed when the user swipes the touch screen with two fingers. It's typically used for panning/scrolling. + [b]Note:[/b] On Android, this requires the [member ProjectSettings.input_devices/pointing/android/enable_pan_and_scale_gestures] project setting to be enabled. $DOCS_URL/tutorials/inputs/inputevent.html