Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 6, 2024
1 parent 79a7af0 commit 880ccd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/managers/KeybindManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class CConfigManager;
class CPluginSystem;
class IKeyboard;

enum eMouseBindMode : int8_t;

struct SKeybind {
std::string key = "";
std::set<xkb_keysym_t> sMkKeys = {};
Expand Down

0 comments on commit 880ccd5

Please sign in to comment.