diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-13 14:46:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-13 14:59:44 +0100 |
commit | d0dc9f38184956af49379d7e2585756523cfa4c1 (patch) | |
tree | 0c3014986187038b16141c2ef58dfb4799ec74ff /src/lib/include/keyboard.h | |
parent | 243e6d72928d1fc4cf20366eab9007980b945458 (diff) | |
download | kogata-d0dc9f38184956af49379d7e2585756523cfa4c1.tar.gz kogata-d0dc9f38184956af49379d7e2585756523cfa4c1.zip |
Fix keyboard handling.
Diffstat (limited to 'src/lib/include/keyboard.h')
-rw-r--r-- | src/lib/include/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/include/keyboard.h b/src/lib/include/keyboard.h index 0d5a97a..63c6c2c 100644 --- a/src/lib/include/keyboard.h +++ b/src/lib/include/keyboard.h @@ -22,6 +22,7 @@ typedef struct { typedef struct { keymap_t km; + int key_char[256]; uint32_t status; // mask of alt/ctrl/super } keyboard_t; |