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 fe21d9dfb5 Move frame updating to screen.c
Replace screen_update() by a higher-level screen_update_frame() handling
the whole frame updating, so that scrcpy.c just call it without managing
implementation details.
6 years ago
..
android Implement keyboard/mouse control 7 years ago
sys Fix includes windows-specific source 7 years ago
command.c Move server-related code to server.c 6 years ago
command.h Move server-related code to server.c 6 years ago
common.h Swap position/point names 6 years ago
controlevent.c Turn screen on on right-click 6 years ago
controlevent.h Add missing include guards 6 years ago
controller.c Rename control to controller 6 years ago
controller.h Rename control to controller 6 years ago
convert.c Swap position/point names 6 years ago
convert.h Swap position/point names 6 years ago
decoder.c Do not try to decode video when EOF is reached 6 years ago
decoder.h Fix deadlock on exit if SKIP_FRAMES disabled 6 years ago
device.c Move device-related code to device.c 6 years ago
device.h Move device-related code to device.c 6 years ago
events.h Initial commit 7 years ago
frames.c Fix deadlock on exit if SKIP_FRAMES disabled 6 years ago
frames.h Fix deadlock on exit if SKIP_FRAMES disabled 6 years ago
icon.xpm Add window icon 6 years ago
lockutil.c Do not inline lockutil functions 7 years ago
lockutil.h Do not inline lockutil functions 7 years ago
main.c Include dependencies version 6 years ago
netutil.c Move server-related code to server.c 6 years ago
netutil.h Move server-related code to server.c 6 years ago
scrcpy.c Move frame updating to screen.c 6 years ago
scrcpy.h Move screen-related code to screen.c 6 years ago
screen.c Move frame updating to screen.c 6 years ago
screen.h Move frame updating to screen.c 6 years ago
screencontrol.c Send "screen on" command only on mouse down 6 years ago
screencontrol.h Move control-related code to screencontrol.c 6 years ago
server.c Kill the server immediately on close 6 years ago
server.h Remove the "adb reverse" tunnel immediately 6 years ago
strutil.c Initial commit 7 years ago
strutil.h Add missing include guards 6 years ago
tinyxpm.c Change the window icon color in debug mode 6 years ago
tinyxpm.h Add missing include guards 6 years ago