scrcpy/app
Romain Vimont 3e68244dd3 Add connected gamepads on start
Trigger SDL_CONTROLLERDEVICEADDED for all gamepads already connected
when scrcpy starts. We want to handle both the gamepads initially
connected and the gamepads connected while scrcpy is running.

This is not racy, because this event may not be trigged automatically
until SDL events are "pumped" (SDL_PumpEvents/SDL_WaitEvent).

PR #5270 <https://github.com/Genymobile/scrcpy/pull/5270>
2024-09-15 11:21:56 +02:00
..
data Add AOA gamepad support 2024-09-15 11:21:56 +02:00
deps Upgrade SDL (2.30.5) for Windows 2024-08-01 18:15:37 +02:00
src Add connected gamepads on start 2024-09-15 11:21:56 +02:00
tests Add util functions to write in little-endian 2024-09-15 11:21:56 +02:00
meson.build Add AOA gamepad support 2024-09-15 11:21:56 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.6.1 2024-08-02 22:32:04 +02:00
scrcpy.1 Add AOA gamepad support 2024-09-15 11:21:56 +02:00