mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-02 20:44:27 +01:00
The input manager was partially initialized statically, but a call to input_manager_init() was needed anyway, so initialize all the fields from the "constructor". This is consistent with the initialization of the other structs.