yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ShortcutManager Member List

This is the complete list of members for yaze::editor::ShortcutManager, including all inherited members.

ExecuteShortcut(const std::string &name) constyaze::editor::ShortcutManagerinline
GetCallback(const std::string &name) constyaze::editor::ShortcutManagerinline
GetKeys(const std::string &name) constyaze::editor::ShortcutManagerinline
GetShortcut(const std::string &name) constyaze::editor::ShortcutManagerinline
GetShortcuts() constyaze::editor::ShortcutManagerinline
RegisterShortcut(const std::string &name, const std::vector< ImGuiKey > &keys)yaze::editor::ShortcutManagerinline
RegisterShortcut(const std::string &name, const std::vector< ImGuiKey > &keys, std::function< void()> callback)yaze::editor::ShortcutManagerinline
RegisterShortcut(const std::string &name, ImGuiKey key, std::function< void()> callback)yaze::editor::ShortcutManagerinline
shortcuts_yaze::editor::ShortcutManagerprivate