mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 16:39:09 +00:00
Split UTF-8 strings into chunks small enough to fit in an NV_UNICODE_PACKET
This commit is contained in:
@@ -520,7 +520,6 @@ int LiSendMouseButtonEvent(char action, int button);
|
||||
int LiSendKeyboardEvent(short keyCode, char keyAction, char modifiers);
|
||||
|
||||
// This function queues an UTF-8 encoded text to be sent to the remote server.
|
||||
// Currently maximum length is 32 bytes.
|
||||
int LiSendUtf8TextEvent(const char *text, unsigned int length);
|
||||
|
||||
// Button flags
|
||||
|
||||
Reference in New Issue
Block a user