[broadway] Handle keyboard modifiers in state

This commit is contained in:
Alexander Larsson
2011-04-14 21:35:48 +02:00
parent 01da867dac
commit 887743728f
4 changed files with 17 additions and 3 deletions

View File

@ -79,6 +79,7 @@ typedef struct {
typedef struct {
BroadwayInputBaseMsg base;
guint32 state;
int key;
} BroadwayInputKeyMsg;