#include "app/gui/keyboard_shortcuts.h"#include <algorithm>#include <cstring>#include "app/gui/core/color.h"#include "app/gui/core/platform_keys.h"#include "app/gui/core/theme_manager.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
| namespace | yaze::gui::anonymous_namespace{keyboard_shortcuts.cc} |
Functions | |
| const char * | yaze::gui::anonymous_namespace{keyboard_shortcuts.cc}::GetLocalKeyName (ImGuiKey key) |
| const char * | yaze::gui::ShortcutContextToString (ShortcutContext context) |
| Convert ShortcutContext to display string. | |
| ShortcutContext | yaze::gui::EditorNameToContext (const std::string &editor_name) |
| Convert editor type name to ShortcutContext. | |
Variables | ||
| struct { | ||
| ImGuiKey yaze::gui::anonymous_namespace{keyboard_shortcuts.cc}::key | ||
| const char * yaze::gui::anonymous_namespace{keyboard_shortcuts.cc}::name | ||
| } | yaze::gui::anonymous_namespace{keyboard_shortcuts.cc}::kLocalKeyNames [] | |