Romain Vimont
|
3ed80a1fac
|
Define macros wrappers for logs
Use macros to wrap SDL_Log* functions with the "application" category.
|
2018-02-13 10:10:18 +01:00 |
|
Romain Vimont
|
a8aa3d39b7
|
Send "screen on" command only on mouse down
Avoid to send the command twice, once on mouse down, once on mouse up.
|
2018-02-09 09:43:58 +01:00 |
|
Romain Vimont
|
e8dfb723af
|
Move control-related code to screencontrol.c
Move the code handling user input from scrcpy.c to a separate file,
screencontrol.c.
|
2018-02-08 18:14:50 +01:00 |
|