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 dd2a5c1ecf Disable "show touches" once window is closed
If --show-touches is set, then the option must be disabled on quit.

Since it executes an adb command, it takes some time, so close the
window beforehand so that the close window button does not seem
unresponsive.
6 years ago
..
android Implement keyboard/mouse control 7 years ago
sys Include source root directory 6 years ago
command.c Add an option to enable "show touches" 6 years ago
command.h Fix win32 build 6 years ago
common.h Add an option to enable "show touches" 6 years ago
controlevent.c Fix text input event segfault 6 years ago
controlevent.h Map right-click to BACK if screen is on 6 years ago
controller.c Implement clipboard paste 6 years ago
controller.h Replace SDL_net by custom implementation 6 years ago
convert.c Remove useless cast 6 years ago
convert.h Swap position/point names 6 years ago
decoder.c Process the last video frame 6 years ago
decoder.h Replace SDL_net by custom implementation 6 years ago
device.c Send and recv all data when necessary 6 years ago
device.h Replace SDL_net by custom implementation 6 years ago
events.h Initial commit 7 years ago
fpscounter.c Add FPS counter 6 years ago
fpscounter.h Add FPS counter 6 years ago
frames.c Add FPS counter 6 years ago
frames.h Add FPS counter 6 years ago
icon.xpm Add window icon 6 years ago
inputmanager.c Swap MENU and APP_SWITCH shortcuts 6 years ago
inputmanager.h Add Ctrl+i shortcut to enable/disable FPS counter 6 years ago
lockutil.c Define macros wrappers for logs 6 years ago
lockutil.h Do not inline lockutil functions 7 years ago
log.h Define macros wrappers for logs 6 years ago
main.c Add an option to enable "show touches" 6 years ago
net.c Make it work over tcpip 6 years ago
net.h Fix win32 build 6 years ago
scrcpy.c Disable "show touches" once window is closed 6 years ago
scrcpy.h Add an option to enable "show touches" 6 years ago
screen.c Always use the best render scale quality available 6 years ago
screen.h Improve startup time 6 years ago
server.c Disable custom SDL signal handlers 6 years ago
server.h Disable custom SDL signal handlers 6 years ago
strutil.c Initial commit 7 years ago
strutil.h Add missing include guards 6 years ago
tinyxpm.c Define macros wrappers for logs 6 years ago
tinyxpm.h Add missing include guards 6 years ago