Add device event receiver

Create a separate component to handle device events, managed by the
controller.
This commit is contained in:
Romain Vimont
2019-05-30 00:25:37 +02:00
parent f9d2d99166
commit 6112095e75
5 changed files with 158 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ src = [
'src/input_manager.c',
'src/lock_util.c',
'src/net.c',
'src/receiver.c',
'src/recorder.c',
'src/scrcpy.c',
'src/screen.c',