Fix connecting a signal with a double click is too difficult

Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
This commit is contained in:
Hilderin
2024-08-01 20:03:15 -04:00
committed by Danil Alexeev
parent 691d8bee2b
commit 4e19ab8afe
9 changed files with 147 additions and 98 deletions

View File

@ -294,6 +294,7 @@ public:
static Input *get_singleton();
bool is_anything_pressed() const;
bool is_anything_pressed_except_mouse() const;
bool is_key_pressed(Key p_keycode) const;
bool is_physical_key_pressed(Key p_keycode) const;
bool is_key_label_pressed(Key p_keycode) const;