input: track meta modifier

This commit is contained in:
Daniel Eklöf 2019-08-15 19:38:28 +02:00
parent c5747fbd7d
commit 9ca01436ee
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 10 additions and 2 deletions

View file

@ -11,6 +11,7 @@ enum modifier {
MOD_SHIFT = 0x2,
MOD_ALT = 0x4,
MOD_CTRL = 0x8,
MOD_META = 0x10,
};
struct key_data {