Merge pull request #63168 from Levrault/master

Fix: InputEventJoypadMotion should trigger only once on a vslider
This commit is contained in:
Rémi Verschelde 2023-06-05 18:04:39 +02:00
commit f00c971b81
No known key found for this signature in database
GPG key ID: C3336907360768E1
7 changed files with 178 additions and 1 deletions

View file

@ -319,6 +319,8 @@ public:
virtual String as_text() const override;
virtual String to_string() override;
static Ref<InputEventJoypadMotion> create_reference(JoyAxis p_axis, float p_value);
InputEventJoypadMotion() {}
};