mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-08 15:34:26 +01:00
The condition "event->type == SDL_KEYDOWN" and the variable input_manager->controller are used many times. Replace them by local variables to reduce verbosity.