HTML5: Add support for Input.vibrate_handheld()

This commit is contained in:
pattlebass 2022-07-27 15:35:01 +03:00
parent 47edfa8769
commit 130e715ab9
6 changed files with 20 additions and 2 deletions

View file

@ -159,7 +159,7 @@ int OS::get_process_id() const {
}
void OS::vibrate_handheld(int p_duration_ms) {
WARN_PRINT("vibrate_handheld() only works with Android and iOS");
WARN_PRINT("vibrate_handheld() only works with Android, iOS and HTML5");
}
bool OS::is_stdout_verbose() const {