mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[uwac] add key repeat state to UwacKeyEvent
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user