You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Implement amplitude to Input.vibrate_handheld
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: m4gr3d <m4gr3d@users.noreply.github.com>
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
Vector<String> get_granted_permissions() const;
|
||||
String get_ca_certificates() const;
|
||||
void init_input_devices();
|
||||
void vibrate(int p_duration_ms);
|
||||
void vibrate(int p_duration_ms, float p_amplitude = -1.0);
|
||||
String get_input_fallback_mapping();
|
||||
int create_new_godot_instance(const List<String> &args);
|
||||
void begin_benchmark_measure(const String &p_context, const String &p_label);
|
||||
|
||||
Reference in New Issue
Block a user