mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +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
|
|
@ -90,6 +90,8 @@ public:
|
|||
// Implemented in javascript_main.cpp loop callback instead.
|
||||
void add_frame_delay(bool p_can_draw) override {}
|
||||
|
||||
void vibrate_handheld(int p_duration_ms) override;
|
||||
|
||||
String get_cache_path() const override;
|
||||
String get_config_path() const override;
|
||||
String get_data_path() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue