diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-04-27 09:45:44 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-04-27 09:45:44 +0200 |
commit | 74ae1ec545c63ac47ffb72a99ed6865e75405c75 (patch) | |
tree | 39ea0e9a0e20f5fab95534c24c9251d1a33ad2fe | |
parent | a300fb66657af3d640fecef4a1b4f44aa8293954 (diff) |
doc: Update iOS hint for Input.vibrate_handheld after #60397
-rw-r--r-- | doc/classes/Input.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index c3552c9f62..948c4b253f 100644 --- a/doc/classes/Input.xml +++ b/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"> |