diff options
| author | Andreas Haas | 2016-06-21 17:06:41 +0200 |
|---|---|---|
| committer | Andreas Haas | 2016-06-21 17:06:41 +0200 |
| commit | 6d09183c44e6db0ca1896f50f8727e55716dd85c (patch) | |
| tree | 85a544b45e9af714270ed6c25315d3c9737ffc9b /core/os/input.h | |
| parent | 81a5e4238d43891442556c5ed208a15ee938b2cd (diff) | |
| download | godot-6d09183c44e6db0ca1896f50f8727e55716dd85c.tar.gz godot-6d09183c44e6db0ca1896f50f8727e55716dd85c.tar.zst godot-6d09183c44e6db0ca1896f50f8727e55716dd85c.zip | |
Diffstat (limited to 'core/os/input.h')
| -rw-r--r-- | core/os/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/input.h b/core/os/input.h index 6364d597b..fa2cef546 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -70,7 +70,7 @@ public: virtual Vector2 get_joy_vibration_strength(int p_device)=0; virtual float get_joy_vibration_duration(int p_device)=0; virtual uint64_t get_joy_vibration_timestamp(int p_device)=0; - virtual void start_joy_vibration(int p_device, float p_weak_magnitude, float p_strong_magnitude, float p_duration)=0; + virtual void start_joy_vibration(int p_device, float p_weak_magnitude, float p_strong_magnitude, float p_duration=0)=0; virtual void stop_joy_vibration(int p_device)=0; virtual Point2 get_mouse_pos() const=0; |
