You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
HTML5: Add support for Input.vibrate_handheld()
This commit is contained in:
@@ -177,6 +177,10 @@ String OS_JavaScript::get_name() const {
|
||||
return "HTML5";
|
||||
}
|
||||
|
||||
void OS_JavaScript::vibrate_handheld(int p_duration_ms) {
|
||||
godot_js_input_vibrate_handheld(p_duration_ms);
|
||||
}
|
||||
|
||||
String OS_JavaScript::get_user_data_dir() const {
|
||||
return "/userfs";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user