fix: Change wind_key_event_request.code to a uint8_t to comply with upstream API memory layout
This commit is contained in:
parent
d4f003d266
commit
c0250286b8
@ -292,7 +292,7 @@ struct wind_key_event_request
|
||||
|
||||
char letter;
|
||||
char key;
|
||||
enum wind_keycode code;
|
||||
uint8_t code;
|
||||
int modifiers;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user