Refactor key mapping logic and streamline shortcut execution in CommandManager and ShortcutManager
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
namespace yaze {
|
||||
namespace editor {
|
||||
|
||||
ImGuiKey MapKeyToImGuiKey(char key);
|
||||
|
||||
class CommandManager {
|
||||
public:
|
||||
CommandManager() = default;
|
||||
|
||||
Reference in New Issue
Block a user