Move control-related code to screencontrol.c

Move the code handling user input from scrcpy.c to a separate file,
screencontrol.c.
This commit is contained in:
Romain Vimont
2018-02-08 18:14:50 +01:00
parent e1749a0c09
commit e8dfb723af
4 changed files with 237 additions and 196 deletions

View File

@@ -13,6 +13,7 @@ src = [
'src/netutil.c',
'src/scrcpy.c',
'src/screen.c',
'src/screencontrol.c',
'src/server.c',
'src/strutil.c',
'src/tinyxpm.c',