[broadway] Handle keyboard modifiers in state
This commit is contained in:
@ -79,6 +79,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
BroadwayInputBaseMsg base;
|
||||
guint32 state;
|
||||
int key;
|
||||
} BroadwayInputKeyMsg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user