#include <shortcut_manager.h>
Public Attributes | |
| std::string | name |
| std::vector< ImGuiKey > | keys |
| std::function< void()> | callback |
Definition at line 19 of file shortcut_manager.h.
| std::string yaze::editor::Shortcut::name |
Definition at line 20 of file shortcut_manager.h.
| std::vector<ImGuiKey> yaze::editor::Shortcut::keys |
Definition at line 21 of file shortcut_manager.h.
| std::function<void()> yaze::editor::Shortcut::callback |
Definition at line 22 of file shortcut_manager.h.