yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
shortcut_configurator.cc File Reference

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::anonymous_namespace{shortcut_configurator.cc}
 

Functions

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)
 
void yaze::editor::anonymous_namespace{shortcut_configurator.cc}::RegisterIfValid (ShortcutManager *shortcut_manager, const std::string &name, ImGuiKey key, std::function< void()> callback)
 
void yaze::editor::ConfigureEditorShortcuts (const ShortcutDependencies &deps, ShortcutManager *shortcut_manager)
 
void yaze::editor::ConfigureMenuShortcuts (const ShortcutDependencies &deps, ShortcutManager *shortcut_manager)