Closed mariotaku closed 3 years ago
Another finding is that input event packets seems to be laid as following format: | Offset | Size | Type | Description |
---|---|---|---|---|
0x0 | 4 | size_t | Size of following data (type enum + payload), big endian | |
0x4 | 4 | int | Type enum of input event packet, little endian | |
0x8 | var | byte[] | Variable length bytes |
Added
LiSendUnicodeEvent
function - this function can send any text encoded with UTF-8 to host, up to 32 bytes.