Split UTF-8 strings into chunks small enough to fit in an NV_UNICODE_PACKET

This commit is contained in:
Cameron Gutman
2021-07-30 01:23:53 -05:00
parent 74377a061b
commit f3e37944fc
2 changed files with 51 additions and 16 deletions

View File

@@ -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