#include <functional>
#include <string>
#include <unordered_map>
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::editor::Shortcut |
class | yaze::editor::ShortcutManager |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |
Functions | |
std::vector< ImGuiKey > | yaze::editor::ParseShortcut (const std::string &shortcut) |
std::string | yaze::editor::PrintShortcut (const std::vector< ImGuiKey > &keys) |
void | yaze::editor::ExecuteShortcuts (const ShortcutManager &shortcut_manager) |