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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user