pluginAPI: add register dispatcher v2
This commit is contained in:
parent
fd67ee9ecd
commit
71dc9f6128
4 changed files with 30 additions and 7 deletions
|
|
@ -74,12 +74,6 @@ enum eMultiKeyCase : uint8_t {
|
|||
MK_FULL_MATCH
|
||||
};
|
||||
|
||||
struct SDispatchResult {
|
||||
bool passEvent = false;
|
||||
bool success = true;
|
||||
std::string error;
|
||||
};
|
||||
|
||||
class CKeybindManager {
|
||||
public:
|
||||
CKeybindManager();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue