mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-03 13:54:26 +01:00
Some functions in input_manager.c only have access to a sub-object (for example the controller). For consistency, always pass the whole input manager instance. This will allow to add assertions when keyboard and mouse could be disabled separately.