scrcpy/app
Romain Vimont 69360c7407 Extract control event string serialization
A string is serialized as a length (2 bytes) followed by the string data
(non nul-terminated).

For now, it is used only once, but we will need to serialize strings in
other events.
2019-05-30 22:35:04 +02:00
..
src Extract control event string serialization 2019-05-30 22:35:04 +02:00
tests Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00
meson.build Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00