浏览代码

doc: Update iOS hint for Input.vibrate_handheld after #60397

Rémi Verschelde 3 年之前
父节点
当前提交
74ae1ec545
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/classes/Input.xml

+ 2 - 1
doc/classes/Input.xml

@@ -376,7 +376,8 @@
 			<argument index="0" name="duration_ms" type="int" default="500" />
 			<description>
 				Vibrate Android and iOS devices.
-				[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export settings. iOS does not support duration.
+				[b]Note:[/b] For Android, it requires enabling the [code]VIBRATE[/code] permission in the export preset.
+				[b]Note:[/b] For iOS, specifying the duration is supported in iOS 13 and later.
 			</description>
 		</method>
 		<method name="warp_mouse">