yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
shortcut_manager.h File Reference
#include <functional>
#include <string>
#include <unordered_map>
#include "imgui/imgui.h"
Include dependency graph for shortcut_manager.h:
This graph shows which files directly or indirectly include this file:

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)