LibInput: Pass raw scancode in KeyEvent

This commit is contained in:
2025-06-27 14:45:23 +03:00
parent 2d314e72fe
commit 4d080b30ab
3 changed files with 4 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ namespace LibInput
bool released() const { return !pressed(); }
uint16_t modifier;
uint8_t scancode;
Key key;
};