mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
pluginAPI: add register dispatcher v2
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user