You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src
Romain Vimont ad6209f6ff Terminate the device process gracefully
Call shutdown() on the device socket to make the device process finish
its execution quickly and gracefully, without killing it.
7 years ago
..
android Implement keyboard/mouse control 7 years ago
sys Replace SDL_net by custom implementation 7 years ago
command.c Define macros wrappers for logs 7 years ago
command.h Replace SDL_net by custom implementation 7 years ago
common.h Swap position/point names 7 years ago
controlevent.c Define macros wrappers for logs 7 years ago
controlevent.h Add missing include guards 7 years ago
controller.c Send and recv all data when necessary 7 years ago
controller.h Replace SDL_net by custom implementation 7 years ago
convert.c Swap position/point names 7 years ago
convert.h Swap position/point names 7 years ago
decoder.c Cleanup old code comment 7 years ago
decoder.h Replace SDL_net by custom implementation 7 years ago
device.c Send and recv all data when necessary 7 years ago
device.h Replace SDL_net by custom implementation 7 years ago
events.h Initial commit 7 years ago
fpscounter.c Add FPS counter 7 years ago
fpscounter.h Add FPS counter 7 years ago
frames.c Add FPS counter 7 years ago
frames.h Add FPS counter 7 years ago
icon.xpm Add window icon 7 years ago
inputmanager.c Add Ctrl+i shortcut to enable/disable FPS counter 7 years ago
inputmanager.h Add Ctrl+i shortcut to enable/disable FPS counter 7 years ago
lockutil.c Define macros wrappers for logs 7 years ago
lockutil.h Do not inline lockutil functions 7 years ago
log.h Define macros wrappers for logs 7 years ago
main.c Replace SDL_net by custom implementation 7 years ago
net.c Terminate the device process gracefully 7 years ago
net.h Terminate the device process gracefully 7 years ago
scrcpy.c Terminate the device process gracefully 7 years ago
scrcpy.h Move screen-related code to screen.c 7 years ago
screen.c Avoid division by 0 7 years ago
screen.h Improve startup time 7 years ago
server.c Terminate the device process gracefully 7 years ago
server.h Replace SDL_net by custom implementation 7 years ago
strutil.c Initial commit 7 years ago
strutil.h Add missing include guards 7 years ago
tinyxpm.c Define macros wrappers for logs 7 years ago
tinyxpm.h Add missing include guards 7 years ago