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
Romain Vimont 4d2c2514fc Initialize controller in two steps
There is a dependency cycle in the initialization order:
 - keyboard depends on controller
 - controller depends on acksync
 - acksync depends on keyboard initialization

To break this cycle, bind the async instance to the controller in a
second step.

PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
4 months ago
..
data Introduce --keyboard and --mouse 4 months ago
prebuilt-deps Remove duplicate lines in libusb script 4 months ago
src Initialize controller in two steps 4 months ago
tests Use sc_ prefix for device sender 4 months ago
meson.build Rename default keyboard implementation to "sdk" 4 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 2.3.1 7 months ago
scrcpy.1 Introduce --keyboard and --mouse 4 months ago