#include "shortcut_manager.h"#include <algorithm>#include <cstddef>#include <functional>#include <string>#include <utility>#include <vector>#include "absl/strings/str_split.h"#include "app/gui/core/input.h"#include "app/gui/core/platform_keys.h"#include "imgui/imgui.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::anonymous_namespace{shortcut_manager.cc}::ModifierState |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{shortcut_manager.cc} |
Functions | |
| constexpr const char * | yaze::editor::anonymous_namespace{shortcut_manager.cc}::GetKeyName (ImGuiKey key) |
| ModifierState | yaze::editor::anonymous_namespace{shortcut_manager.cc}::BuildModifierState (const ImGuiIO &io) |
| bool | yaze::editor::anonymous_namespace{shortcut_manager.cc}::ModifiersSatisfied (int required_mods, const ModifierState &state) |
| std::string | yaze::editor::PrintShortcut (const std::vector< ImGuiKey > &keys) |
| std::vector< ImGuiKey > | yaze::editor::ParseShortcut (const std::string &shortcut) |
| void | yaze::editor::ExecuteShortcuts (const ShortcutManager &shortcut_manager) |
Variables | |
| constexpr std::pair< ImGuiKey, const char * > | yaze::editor::anonymous_namespace{shortcut_manager.cc}::kKeyNames [] |