scrcpy/app/tests
Romain Vimont 63c078ee6c Implement device-to-computer clipboard copy
On Ctrl+C:
 - the client sends a GET_CLIPBOARD command to the device;
 - the device retrieve its current clipboard text and sends it in a
   GET_CLIPBOARD device event;
 - the client sets this text as the system clipboard text, so that it
   can be pasted in another application.

Fixes <https://github.com/Genymobile/scrcpy/issues/145>
2019-05-30 22:46:52 +02:00
..
test_cbuf.c Add generic circular buffer 2019-05-30 22:30:18 +02:00
test_control_event_serialize.c Implement device-to-computer clipboard copy 2019-05-30 22:46:52 +02:00
test_device_event_deserialize.c Add GET_CLIPBOARD device event 2019-05-30 22:36:22 +02:00
test_strutil.c Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00