mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-08 10:35:40 +00:00
Add GET_CLIPBOARD device event
Add the first device event, used to forward the device clipboard to the computer.
This commit is contained in:
parent
ec71a3f66a
commit
f9d2d99166
5 changed files with 141 additions and 0 deletions
|
@ -6,6 +6,7 @@ src = [
|
|||
'src/convert.c',
|
||||
'src/decoder.c',
|
||||
'src/device.c',
|
||||
'src/device_event.c',
|
||||
'src/file_handler.c',
|
||||
'src/fps_counter.c',
|
||||
'src/input_manager.c',
|
||||
|
@ -162,6 +163,10 @@ tests = [
|
|||
'src/control_event.c',
|
||||
'src/str_util.c'
|
||||
]],
|
||||
['test_device_event_deserialize', [
|
||||
'tests/test_device_event_deserialize.c',
|
||||
'src/device_event.c'
|
||||
]],
|
||||
['test_strutil', [
|
||||
'tests/test_strutil.c',
|
||||
'src/str_util.c'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue