mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-04 06:14:27 +01:00
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.