summaryrefslogtreecommitdiffstats
path: root/doc/classes/InputEventPanGesture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/InputEventPanGesture.xml')
-rw-r--r--doc/classes/InputEventPanGesture.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/InputEventPanGesture.xml b/doc/classes/InputEventPanGesture.xml
index 9966550c1a..512b2cce51 100644
--- a/doc/classes/InputEventPanGesture.xml
+++ b/doc/classes/InputEventPanGesture.xml
@@ -5,6 +5,7 @@
</brief_description>
<description>
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.
</description>
<tutorials>
<link title="Using InputEvent">$DOCS_URL/tutorials/inputs/inputevent.html</link>