1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00
Files
godot/core
Hugo Locurcio be3017114f 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.

(cherry picked from commit 4a991887bf)
2022-12-18 10:32:04 +08:00
..
2022-11-16 06:52:47 -08:00
2022-12-04 20:00:08 +08:00
2022-04-01 18:20:33 -03:00
2022-01-13 15:54:13 +01:00
2022-09-05 16:08:41 +02:00
2022-09-05 16:08:41 +02:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-12-18 10:32:04 +08:00
2022-01-13 22:29:18 -06:00
2022-12-18 10:32:04 +08:00
2022-01-13 15:54:13 +01:00
2022-08-10 17:31:29 +08:00
2022-04-01 18:20:33 -03:00
2022-01-13 15:54:13 +01:00
2022-04-26 13:55:48 +02:00
2022-01-13 15:54:13 +01:00