godot/doc
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
..
classes Silence `Input.vibrate_handheld()` warning as it's already documented 2022-12-18 10:32:04 +08:00
tools Add a `[kbd]` tag for highlighting keyboard shortcuts in the editor help 2022-08-25 19:53:49 +02:00
translations i18n: Sync classref translations with Weblate (3.5 branch) 2022-12-13 14:37:39 +01:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-09-20 10:26:17 +02:00
class.xsd Add an XML schema for documentation 2022-03-16 23:01:02 +01:00