mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix shortcut reset.
This commit is contained in:
parent
62d4d8bfc6
commit
64ba999eb1
2 changed files with 10 additions and 3 deletions
|
|
@ -170,6 +170,7 @@ public:
|
|||
String get_editor_layouts_config() const;
|
||||
float get_auto_display_scale() const;
|
||||
|
||||
void _add_shortcut_default(const String &p_name, const Ref<Shortcut> &p_shortcut);
|
||||
void add_shortcut(const String &p_name, const Ref<Shortcut> &p_shortcut);
|
||||
bool is_shortcut(const String &p_name, const Ref<InputEvent> &p_event) const;
|
||||
Ref<Shortcut> get_shortcut(const String &p_name) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue