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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user