input: fix modifier and leds (#6062)
This commit is contained in:
parent
1584679004
commit
d0a4a0e0d8
5 changed files with 36 additions and 8 deletions
|
|
@ -42,6 +42,7 @@ class IKeyboard : public IHID {
|
|||
void updateXKBTranslationState(xkb_keymap* const keymap = nullptr);
|
||||
std::string getActiveLayout();
|
||||
void updateLEDs();
|
||||
void updateLEDs(uint32_t leds);
|
||||
|
||||
bool active = false;
|
||||
bool enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue