yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::Shortcut Struct Reference

#include <shortcut_manager.h>

Public Attributes

std::string name
 
std::vector< ImGuiKey > keys
 
std::function< void()> callback
 

Detailed Description

Definition at line 13 of file shortcut_manager.h.

Member Data Documentation

◆ name

std::string yaze::editor::Shortcut::name

Definition at line 14 of file shortcut_manager.h.

◆ keys

std::vector<ImGuiKey> yaze::editor::Shortcut::keys

Definition at line 15 of file shortcut_manager.h.

◆ callback

std::function<void()> yaze::editor::Shortcut::callback

Definition at line 16 of file shortcut_manager.h.


The documentation for this struct was generated from the following file: