You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
test_cbuf.c Add generic circular buffer 5 years ago
test_control_msg_serialize.c Rename "event" to "message" 5 years ago
test_device_msg_deserialize.c Rename "event" to "message" 5 years ago
test_strutil.c Add helpers to truncate UTF-8 at code points 5 years ago