input tweaks
This commit is contained in:
parent
2e5435fe91
commit
221acebf2c
4 changed files with 14 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue