diff options
Diffstat (limited to 'common/keyboard.h')
| -rw-r--r-- | common/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keyboard.h b/common/keyboard.h index 4518cdddc..4a3ee85a8 100644 --- a/common/keyboard.h +++ b/common/keyboard.h | |||
| @@ -37,7 +37,7 @@ typedef union { | |||
| 37 | } key_t; | 37 | } key_t; |
| 38 | 38 | ||
| 39 | typedef struct { | 39 | typedef struct { |
| 40 | key_t key; | 40 | key_t key; |
| 41 | bool pressed; | 41 | bool pressed; |
| 42 | uint16_t time; | 42 | uint16_t time; |
| 43 | } keyevent_t; | 43 | } keyevent_t; |
