diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-27 17:03:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-11-01 16:26:16 +0100 |
| commit | 980858186149651df5543b6fc99a4f7db0cdd089 (patch) | |
| tree | d347200b0a562d84df505097651ad0642f207fdd /src/input/inc | |
| parent | 39f50e601d395bbd2d78d0147ac530b756da2fff (diff) | |
| download | jancity-980858186149651df5543b6fc99a4f7db0cdd089.tar.gz | |
WIP
Diffstat (limited to 'src/input/inc')
| -rw-r--r-- | src/input/inc/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inc/input.h b/src/input/inc/input.h index 2dd401b..5780000 100644 --- a/src/input/inc/input.h +++ b/src/input/inc/input.h @@ -22,7 +22,7 @@ struct input void *user; unsigned char t; bool repeat; - struct keyboard_combo prev; + struct keyboard_input prev; }; void input_update(struct input *in, const union peripheral *p); |
