Added an activelayout event

This commit is contained in:
vaxerski
2022-08-18 17:17:33 +02:00
parent f3c597bfb7
commit b078a12eed
2 changed files with 27 additions and 0 deletions

View File

@@ -94,11 +94,14 @@ struct SKeyboard {
DYNLISTENER(keyboardMod);
DYNLISTENER(keyboardKey);
DYNLISTENER(keyboardKeymap);
DYNLISTENER(keyboardDestroy);
bool isVirtual = false;
bool active = false;
xkb_layout_index_t activeLayout = 0;
std::string name = "";
SStringRuleNames currentRules;