mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
HTML5: Add support for Input.vibrate_handheld()
This commit is contained in:
parent
47edfa8769
commit
130e715ab9
6 changed files with 20 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue