[uwac] add key repeat state to UwacKeyEvent

This commit is contained in:
Armin Novak
2022-12-12 10:25:48 +01:00
committed by David Fort
parent d90aa5d6f5
commit de0c42273e
2 changed files with 3 additions and 0 deletions

View File

@@ -261,6 +261,7 @@ struct uwac_key_event
uint32_t raw_key;
uint32_t sym;
bool pressed;
bool repeated;
};
typedef struct uwac_key_event UwacKeyEvent;