feat(gamepad): improve gamepad behavior with slider and popup_menu

This commit is contained in:
Luc-Frédéric Langis
2023-02-09 11:25:56 -05:00
committed by levrault
parent 27253f3eb2
commit 166ca77f20
7 changed files with 178 additions and 1 deletions

View File

@ -321,6 +321,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() {}
};