Refactor key mapping logic and streamline shortcut execution in CommandManager and ShortcutManager

This commit is contained in:
scawful
2025-03-09 19:11:30 -04:00
parent 7b2c919745
commit a307d24031
3 changed files with 10 additions and 75 deletions

View File

@@ -10,8 +10,6 @@
namespace yaze {
namespace editor {
ImGuiKey MapKeyToImGuiKey(char key);
class CommandManager {
public:
CommandManager() = default;