1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/core/os
Hugo Locurcio 4a991887bf Silence Input.vibrate_handheld() warning as it's already documented
The warning causes messages to be spammed if you are calling this
method in a game that runs on both desktop and mobile platforms,
unless you guard all calls to `Input.vibrate_handheld()` with
`OS.has_feature("mobile") or OS.has_feature("web")`.

Since the limitation is already documented (and is obvious enough
given the method's name), the warning message is redundant.
2022-12-16 01:12:20 +01:00
..
2022-10-19 00:05:48 +02:00
2022-01-03 21:27:34 +01:00
2022-10-04 11:43:28 +02:00
2022-10-04 11:43:28 +02:00
2022-05-05 16:00:37 +02:00