scrcpy/app/tests
Romain Vimont 28980bbc90 Rename "event" to "message"
After the recent refactorings, a "control event" is not necessarily an
"event" (it may be a "command"). Similarly, the unique "device event"
used to send the device clipboard content is more a "reponse" to the
request from the client than an "event".

Rename both to "message", and rename the message types to better
describe their intent.
2019-05-31 16:18:00 +02:00
..
test_cbuf.c Add generic circular buffer 2019-05-30 22:30:18 +02:00
test_control_msg_serialize.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
test_device_msg_deserialize.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
test_strutil.c Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00