input tweaks

This commit is contained in:
vaxerski
2022-03-19 22:03:40 +01:00
parent 2e5435fe91
commit 221acebf2c
4 changed files with 14 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ struct SKeybind {
class CKeybindManager {
public:
void handleKeybinds(const uint32_t&, const xkb_keysym_t&);
bool handleKeybinds(const uint32_t&, const xkb_keysym_t&);
void addKeybind(SKeybind);
uint32_t stringToModMask(std::string);
void clearKeybinds();