Go to the source code of this file.
|
| void | yaze::editor::anonymous_namespace{shortcut_configurator.cc}::RegisterIfValid (ShortcutManager *shortcut_manager, const std::string &name, const std::vector< ImGuiKey > &keys, std::function< void()> callback, Shortcut::Scope scope=Shortcut::Scope::kGlobal) |
| |
| void | yaze::editor::anonymous_namespace{shortcut_configurator.cc}::RegisterIfValid (ShortcutManager *shortcut_manager, const std::string &name, ImGuiKey key, std::function< void()> callback, Shortcut::Scope scope=Shortcut::Scope::kGlobal) |
| |
| void | yaze::editor::ConfigureEditorShortcuts (const ShortcutDependencies &deps, ShortcutManager *shortcut_manager) |
| |
| void | yaze::editor::ConfigureMenuShortcuts (const ShortcutDependencies &deps, ShortcutManager *shortcut_manager) |
| |
| std::vector< ImGuiKey > | yaze::editor::anonymous_namespace{shortcut_configurator.cc}::ParseShortcutString (const std::string &shortcut) |
| |
| void | yaze::editor::ConfigurePanelShortcuts (const ShortcutDependencies &deps, ShortcutManager *shortcut_manager) |
| | Register configurable panel shortcuts from user settings.
|
| |