Use physical shortcuts for freelook navigation in the editor

This commit is contained in:
Hakim
2023-02-20 23:11:57 +01:00
parent 6cde3fac32
commit 52de40310a
6 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ private:
void update_transform(Point2 p_mousepos, bool p_shift);
void finish_transform();
void register_shortcut_action(const String &p_path, const String &p_name, Key p_keycode);
void register_shortcut_action(const String &p_path, const String &p_name, Key p_keycode, bool p_physical = false);
void shortcut_changed_callback(const Ref<Shortcut> p_shortcut, const String &p_shortcut_path);
protected: