summaryrefslogtreecommitdiff
path: root/doc/classes/ProjectSettings.xml
diff options
context:
space:
mode:
authorTravis Veralrud <tbveralrud+git@gmail.com>2022-11-25 19:18:35 -0800
committerRĂ©mi Verschelde <rverschelde@gmail.com>2023-02-15 09:45:38 +0100
commit10be2c343f6f8b9619eec9d3319a1eef57cd2b17 (patch)
tree79ad4bc02eb0e1f3122838aa70d8d83735f3932d /doc/classes/ProjectSettings.xml
parent8c7b98d4526c6ba66d7f1636abb71ccbe54727c6 (diff)
iOS: Fix memory leak on touch input
Replace incomplete iOS gesture with touch implementation. Fixes #66422.
Diffstat (limited to 'doc/classes/ProjectSettings.xml')
-rw-r--r--doc/classes/ProjectSettings.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index 986810edf2..7812b29e0d 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -1147,9 +1147,6 @@
<member name="input_devices/pointing/emulate_touch_from_mouse" type="bool" setter="" getter="" default="false">
If [code]true[/code], sends touch input events when clicking or dragging the mouse.
</member>
- <member name="input_devices/pointing/ios/touch_delay" type="float" setter="" getter="" default="0.15">
- Default delay for touch events. This only affects iOS devices.
- </member>
<member name="internationalization/locale/fallback" type="String" setter="" getter="" default="&quot;en&quot;">
The locale to fall back to if a translation isn't available in a given language. If left empty, [code]en[/code] (English) will be used.
</member>