Public Attributes | |
HOTKEY_COMMAND | command |
std::string_view | id |
std::string_view | description |
bool | hidden |
hk_scopes | scope |
HOTKEY_CATEGORY | category |
std::string_view | tooltip |
Definition at line 37 of file hotkey_command.cpp.
HOTKEY_CATEGORY hotkey::hotkey_command_temp::category |
Definition at line 44 of file hotkey_command.cpp.
HOTKEY_COMMAND hotkey::hotkey_command_temp::command |
Definition at line 39 of file hotkey_command.cpp.
std::string_view hotkey::hotkey_command_temp::description |
Definition at line 41 of file hotkey_command.cpp.
bool hotkey::hotkey_command_temp::hidden |
Definition at line 42 of file hotkey_command.cpp.
std::string_view hotkey::hotkey_command_temp::id |
Definition at line 40 of file hotkey_command.cpp.
hk_scopes hotkey::hotkey_command_temp::scope |
Definition at line 43 of file hotkey_command.cpp.
std::string_view hotkey::hotkey_command_temp::tooltip |
Definition at line 45 of file hotkey_command.cpp.