Try mouse wheel configuration
This commit is contained in:
parent
5388b54442
commit
1eceae811f
5 changed files with 29 additions and 21 deletions
|
|
@ -20,7 +20,7 @@ class CKeybindManager {
|
|||
public:
|
||||
CKeybindManager();
|
||||
|
||||
bool handleKeybinds(const uint32_t&, const xkb_keysym_t&, const int&);
|
||||
bool handleKeybinds(const uint32_t&, const std::string&, const xkb_keysym_t&, const int&);
|
||||
void addKeybind(SKeybind);
|
||||
void removeKeybind(uint32_t, const std::string&);
|
||||
uint32_t stringToModMask(std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue